DatabaseProxyResurrectionCompleted
Event
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public event ProxyResurrectionCompletedEventHandler ProxyResurrectionCompleted
Public Event ProxyResurrectionCompleted As ProxyResurrectionCompletedEventHandler
public:
event ProxyResurrectionCompletedEventHandler^ ProxyResurrectionCompleted {
void add (ProxyResurrectionCompletedEventHandler^ value);
void remove (ProxyResurrectionCompletedEventHandler^ value);
}
member ProxyResurrectionCompleted : IEvent<ProxyResurrectionCompletedEventHandler,
ProxyResurrectionCompletedEventArgs>
Value
ProxyResurrectionCompletedEventHandler
See Also