StatusReportPreDeleteEventArgs members
Represents methods and properties in the pre-event arguments for the OnStatusReportsDeleting event handler method.
The StatusReportPreDeleteEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusReportPreDeleteEventArgs | Creates an instance of the StatusReportPreDeleteEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel the deletion of a status report. | |
CancelReason | Reads or writes the text that explains why deletion of the status report is to be canceled. | |
olderThanDate | Gets the date before which status reports should be deleted. (Inherited from StatusReportPostDeleteEventArgs.) | |
whenSent | (Inherited from StatusReportPostDeleteEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels the deletion of the status report. | |
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