CheckBox.OnChange

Syntax

Sub OnChange(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnChange;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnChange event occurs on changing component checkbox selection.

See also:

CheckBox