Sub Name(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub Name;
Sender. Parameter returning the component that has generated the event.
Args. Parameter allowing to determine event parameters.
The OnProtectionFail event occurs when table protection is triggered.
See also: