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