Describes the arguments for the MessageShowing event.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class MessageShowingEventArgs : EventArgs
Inheritance: objectEventArgsMessageShowingEventArgs
Inherited Members
Constructors
Initializes a new instance of the MessageShowingEventArgs class.
Properties
Gets or sets the content.
C#
public string Content { get; set; }
The content.
Gets or sets the header.
C#
public string Header { get; set; }
The header.
Gets or sets the is handled.
C#
public bool IsHandled { get; set; }
The is handled.
NotificationType
MessageBoxNotificationType
Gets or sets the type of the notification.
C#
public MessageBoxNotificationType NotificationType { get; set; }
The type of the notification.