Sub OnInternalWidgetChange(Sender: Object; Args: IWidgetChangeEventArgs);
Begin
//set of operators;
End Sub OnInternalWidgetChange;
Sender. Parameter returning the component that has generated the event.
Args. Parameter allowing to determine event parameters.
The OnInternalWidgetChange event occurs on changing any settings of the active object.
See also: