Sub OnGetLeaveAllowed(Sender: Object; Args: ICancelEventArgs);
Begin
//set of operators;
End Sub OnGetLeaveAllowed;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnGetLeaveAllowed event occurs when the user tries to go on another wizard page.
See also: