New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the MessageShowingEventArgs class.

C#
public MessageShowingEventArgs(string header, string content)
Parameters:headerstring

The header.

contentstring

The content.

Properties

Gets or sets the content.

C#
public string Content { get; set; }
Property Value:

The content.

Gets or sets the header.

C#
public string Header { get; set; }
Property Value:

The header.

Gets or sets the is handled.

C#
public bool IsHandled { get; set; }
Property Value:

The is handled.

NotificationType

MessageBoxNotificationType

Gets or sets the type of the notification.

C#
public MessageBoxNotificationType NotificationType { get; set; }
Property Value:

The type of the notification.