ClassDialogHostingRequestEventArgs
Class
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
The DialogInfo value.
Properties
DialogInfo
Gets the DialogInfo that contains information about the requested dialog.