Skip to main content

TcxSchedulerGridConnection.OnEditEvent Event

Allows you to perform any actions before showing the Event dialog.

Declaration

property OnEditEvent: TcxSchedulerConnectionEditEventEvent read; write;

Remarks

Sender specifies the connector.

AEvent specifies the user event for which this event fires.

AModified specifies whether AEvent has been modified. Set AModified to True, to submit data modifications to the scheduler storage.

AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent the default code execution.

See Also