NotificationsPostSendEventArgs Members
Include Protected Members
Include Inherited Members
Event arguments for the OnSent method for notifications events.
The NotificationsPostSendEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NotificationsPostSendEventArgs | Creates an instance of the NotificationsPostSendEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
SubjectLine | Gets the subject for an OnSent event handler. | |
xmlBody | Gets notification data for an OnSent event handler. |
Top
Methods
Name | Description | |
---|---|---|
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