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 Message
Declaration
public MessageShowingEventArgs(string header, string content)
Parameters
System. The header. |
System. The content. |
Properties
Content
Gets or sets the content.
Declaration
public string Content { get; set; }
Property Value
System. The content. |
Header
Gets or sets the header.
Declaration
public string Header { get; set; }
Property Value
System. The header. |
IsHandled
Gets or sets the is handled.
Declaration
public bool IsHandled { get; set; }
Property Value
System. The is handled. |
NotificationType
Gets or sets the type of the notification.
Declaration
public MessageBoxNotificationType NotificationType { get; set; }
Property Value
Message The type of the notification. |