In This Article

AdvancedTabControlMenuEventArgs Class

Provides event arguments for customizing a menu that is opening within an AdvancedTabControl.

public class AdvancedTabControlMenuEventArgs : EventArgs
Inheritance:
System.Object System.EventArgs Object

Constructors

AdvancedTabControlMenuEventArgs()

public AdvancedTabControlMenuEventArgs()

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.

TabItem

Gets the related AdvancedTabItem, if any.

public AdvancedTabItem TabItem { get; }

Property Value

AdvancedTabItem:

The related AdvancedTabItem, if any.

Inherited Members

  • 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()