ClassMessageShowingEventArgs
Class
Describes the arguments for the MessageShowing event.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class MessageShowingEventArgs : EventArgs
Inheritance: objectEventArgsMessageShowingEventArgs
Inherited Members
Constructors
MessageShowingEventArgs(string, string)
Initializes a new instance of the MessageShowingEventArgs class.
Properties
Content
Gets or sets the content.
Declaration
cs-api-definition
public string Content { get; set; }
Property Value
The content.
Header
Gets or sets the header.
IsHandled
Gets or sets the is handled.
Declaration
cs-api-definition
public bool IsHandled { get; set; }
Property Value
The is handled.
NotificationType
Gets or sets the type of the notification.
Declaration
cs-api-definition
public MessageBoxNotificationType NotificationType { get; set; }
Property Value
The type of the notification.