Back to Devexpress

TcxCustomSchedulerStorage.OnEventModified Event

vcl-cxschedulerstorage-dot-tcxcustomschedulerstorage-f583f15f.md

latest1.1 KB
Original Source

TcxCustomSchedulerStorage.OnEventModified Event

Fires before the AEvent object is updated in storage.

Declaration

delphi
property OnEventModified: TcxSchedulerNotificationEvent read; write;

Remarks

Implement the OnEventModified event handler to provide custom behavior to update the AEvent object in storage.

The Sender parameter specifies the TcxCustomSchedulerStorage storage;

The AEvent parameter specifies the TcxSchedulerEvent object for updating in 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 OnEventModified event handler exits.

See Also

TcxCustomSchedulerStorage Class

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit