Class RoutedContextMenuEvents
Routed events used to delegate the assignment of a context menu to parent elements.
Inheritance
System.Object
RoutedContextMenuEvents
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public static class RoutedContextMenuEvents
Fields
RequestContextMenu
A routed event that is thrown by items that offer to display context menu but delegate the menu assignment to its parents.
Declaration
public static readonly RoutedEvent RequestContextMenu
Field Value
System.Windows.RoutedEvent
|