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