Contains information associated with a dialog request.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public class DialogHostingRequestEventArgs : RoutedEventArgs
Inheritance: objectDialogHostingRequestEventArgs
Constructors
Initializes a new instance of the DialogHostingRequestEventArgs class.
C#
public DialogHostingRequestEventArgs(DialogInfo dialogInfo)
The DialogInfo value.
Properties
Gets the DialogInfo that contains information about the requested dialog.
C#
public DialogInfo DialogInfo { get; }