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

Represents a context for the warning dialog.

Definition

Constructors

Initializes a new instance of the WarningDialogContext class.

C#
public WarningDialogContext(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

headerstring

The header of the dialog.

contentstring

The content of the dialog.

closedEventHandlerEventHandler<WindowClosedEventArgs>

The closed event handler.