Back to Devexpress

TdxSchedulerCustomNewEventAction Class

vcl-cxscheduleractions-c1cd3ef6.md

latest1.7 KB
Original Source

TdxSchedulerCustomNewEventAction Class

The base class for all action objects that implement user event creation commands.

Declaration

delphi
TdxSchedulerCustomNewEventAction = class(
    TdxSchedulerAction
)

Remarks

This class is the direct ancestor of the TdxSchedulerNewEvent and TdxSchedulerNewRecurringEvent classes. The TdxSchedulerCustomNewEventAction does not introduce any new public memers.

You do not need to create instances of the TdxSchedulerCustomNewEventAction class. Use its descendants instead.

Inheritance

Show 11 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxSchedulerAction TdxSchedulerCustomNewEventAction

See Also

TdxSchedulerCustomNewEventAction Members

cxSchedulerActions Unit