The ScheduleItemDialog type exposes the following members.

Constructors

  NameDescription
ScheduleItemDialog
Initializes a new instance of the ScheduleItemDialog class.

Methods

  NameDescription
InitializeComponent
InitializeComponent

Fields

  NameDescription
EndDateProperty
Identifies the EndDate property.
EndTimeProperty
Identifies the EndTime property.
StartDateProperty
Identifies the StartDate property.
StartTimeProperty
Identifies the StartTime property.
SubjectProperty
Identifies the Subject property.

Properties

  NameDescription
DialogResult
Gets the dialog result.
EndDate
Gets or sets the EndDate. This is a dependency property.
EndTime
Gets or sets the EndTime. This is a dependency property.
ScheduleItem
Gets the ScheduleItem being edited.
StartDate
Gets or sets the StartDate. This is a dependency property.
StartTime
Gets or sets the StartTime. This is a dependency property.
Subject
Gets or sets the Subject. This is a dependency property.

Events

  NameDescription
Closed
Raised when this ScheduleItemDialog is closed.

See Also