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