CalendarPreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnChanged event handler method and the OnCreated event handler method.
The CalendarPreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarPreEventArgs | Creates an instance of the CalendarPreEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CalendarInformation | Gets the DataSet that represents all the calendars in a specific enterprise project. (Inherited from CalendarPostEventArgs.) | |
Cancel | Reads or writes whether to cancel an event that is associated with a calendar. | |
CancelReason | Reads or writes text that explains why a calendar event is to be cancelled. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels an event that is associated with a calendar. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top