Class ContextMenuRequestEventArgs
Provides data for the Request
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class ContextMenuRequestEventArgs : RoutedEventArgs
Constructors
ContextMenuRequestEventArgs(FrameworkElement)
Initializes a new instance of the Context
Declaration
public ContextMenuRequestEventArgs(FrameworkElement contextMenuHost)
Parameters
System. The element that will use the context menu. |
ContextMenuRequestEventArgs(RoutedEvent, Object, FrameworkElement)
Initializes a new instance of the Context
Declaration
protected ContextMenuRequestEventArgs(RoutedEvent routedEvent, object source, FrameworkElement contextMenuHost)
Parameters
System. The routed event identifier for this instance of the System. |
System. An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property. |
System. The element that will use the context menu. |
ContextMenuRequestEventArgs(RoutedEvent, FrameworkElement)
Initializes a new instance of the Context
Declaration
protected ContextMenuRequestEventArgs(RoutedEvent routedEvent, FrameworkElement contextMenuHost)
Parameters
System. The routed event identifier for this instance of the System. |
System. The element that will use the context menu. |
Properties
ContextMenu
Gets or sets the assigned context menu.
Declaration
public RadContextMenu ContextMenu { get; set; }
Property Value
ContextMenuHost
Gets the element that will use the context menu.
Declaration
public FrameworkElement ContextMenuHost { get; }
Property Value
System.
|