The AddScheduleItemEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Cancel |
Gets or sets whether to cancel adding the item.
|
![]() | Item |
The ScheduleItem to which the event pertains.
(Inherited from ScheduleItemEventArgs.) |
![]() | ShowDefaultEditor |
Gets or sets whether to show the default editor (the ScheduleItemDialog.
The default is that the default editor will be shown if the event
is unhandled, but will be suppressed if the event is handled. Event handlers
can set this property to true to override this behaviour.
|