Sub OnSetActive(Sender: Object; Args: ICancelEventArgs);
Begin
//set of operators;
End Sub OnSetActive;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnSetActive event occurs when the wizard page is activated.
See also: