In This Article

TreeListViewColumnMenuEventArgs Class

Provides event arguments for TreeListViewColumn menu events.

public class TreeListViewColumnMenuEventArgs : TreeListViewColumnEventArgs
Inheritance:
System.Object System.EventArgs System.Windows.RoutedEventArgs CancelRoutedEventArgs TreeListViewColumnEventArgs Object

Constructors

TreeListViewColumnMenuEventArgs(TreeListViewColumn)

Initializes a new instance of the TreeListViewColumnMenuEventArgs class.

public TreeListViewColumnMenuEventArgs(TreeListViewColumn column)
Parameter Type Description
column TreeListViewColumn

The target TreeListViewColumn.

Properties

Menu

Gets or sets the System.Windows.Controls.ContextMenu that is about to be displayed.

public ContextMenu Menu { get; set; }

Property Value

System.Windows.Controls.ContextMenu:

The System.Windows.Controls.ContextMenu that is about to be displayed.

Inherited Members

  • TreeListViewColumnEventArgs.Column
  • CancelRoutedEventArgs.Cancel
  • System.EventArgs.Empty
  • 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()