TcxSchedulerGridConnection.OnNewEvent Event
Allows you to perform any actions before a user event is posted from a grid to the scheduler storage.
Declaration
property OnNewEvent: TcxSchedulerConnectionNewEventEvent read; write;
Remarks
Sender specifies the connector.
AEvent specifies the user event for which this event fires.
AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent the default code execution.
See Also