Class
MessageShowingEventArgs

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 EventArgs.Empty

Constructors

MessageShowingEventArgs(string, string)

Initializes a new instance of the MessageShowingEventArgs class.

Declaration

cs-api-definition
public MessageShowingEventArgs(string header, string content)

Parameters

header

string

The header.

content

string

The content.

Properties

Content

Gets or sets the content.

Declaration

cs-api-definition
public string Content { get; set; }

Property Value

string

The content.

Header

Gets or sets the header.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

The header.

IsHandled

Gets or sets the is handled.

Declaration

cs-api-definition
public bool IsHandled { get; set; }

Property Value

bool

The is handled.

NotificationType

Gets or sets the type of the notification.

Declaration

cs-api-definition
public MessageBoxNotificationType NotificationType { get; set; }

Property Value

MessageBoxNotificationType

The type of the notification.