Class
DialogHostingRequestEventArgs

Contains information associated with a dialog request.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public class DialogHostingRequestEventArgs : RoutedEventArgs

Inheritance: objectDialogHostingRequestEventArgs

Constructors

DialogHostingRequestEventArgs(DialogInfo)

Initializes a new instance of the DialogHostingRequestEventArgs class.

Declaration

cs-api-definition
public DialogHostingRequestEventArgs(DialogInfo dialogInfo)

Parameters

dialogInfo

DialogInfo

The DialogInfo value.

Properties

DialogInfo

Gets the DialogInfo that contains information about the requested dialog.

Declaration

cs-api-definition
public DialogInfo DialogInfo { get; }

Property Value

DialogInfo