OnChange

Syntax

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

Begin

//set of operators;

End Sub OnChange;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnChange event occurs after date has been changed with the help of mouse and keyboard.

See also:

ICommonCalendar