Back to Devexpress

TcxCustomSchedulerStorage.OnEventInserted Event

vcl-cxschedulerstorage-dot-tcxcustomschedulerstorage-92fa6ec1.md

latest1.2 KB
Original Source

TcxCustomSchedulerStorage.OnEventInserted Event

Fires before the AEvent object is added to storage.

Declaration

delphi
property OnEventInserted: TcxSchedulerNotificationEvent read; write;

Remarks

Implement the OnEventInserted event handler to provide custom behavior for adding the AEvent object to storage.

The Sender parameter specifies the TcxCustomSchedulerStorage storage;

The AEvent parameter specifies the TcxSchedulerEvent object to be added to storage;

The AHandled parameter specifies whether the default behavior is required when the event handler has finished executing. Assign the AHandled parameter a value of True to prevent the default behavior from being executed when the OnEventInserted event handler exits.

See Also

TcxCustomSchedulerStorage.createEvent

TcxCustomSchedulerStorage Class

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit