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