The AddScheduleItemEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancel
Gets or sets whether to cancel adding the item.
Public propertyItem
The ScheduleItem to which the event pertains.
(Inherited from ScheduleItemEventArgs.)
Public propertyShowDefaultEditor
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.

See Also