Class MenuNavigationEventArgs
The event args received in the System.Windows.Forms.Form.MenuStart and System.Windows.Forms.Form.MenuComplete events.
Inheritance
System.Object
System.EventArgs
MenuNavigationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MenuNavigationEventArgs : EventArgs
Remarks
This is the type of the EventArgs received in the >Form.MenuStart and Form.MenuComplete events when the XPMenus framework is used in the form to show the main-menu and context menus.
Currently this type doesn't include any properties, it just lets you distinguish between the .NET menus and the XPMenus in the Form.MenuStart and Form.MenuComplete events.
Constructors
MenuNavigationEventArgs()
Declaration
public MenuNavigationEventArgs()