Class NavigationPaneDropDownClickEventArgs
Provides data for the NavigationPaneDropDownClick event.
Inheritance
System.Object
System.EventArgs
NavigationPaneDropDownClickEventArgs
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
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class NavigationPaneDropDownClickEventArgs : EventArgs
Remarks
The GroupBar control uses the NavigationPaneDropDownClick event to allow users to cancel or change the context menu displayed when the drop-down button is clicked. NavigationPaneDropDownClickEventHandler
Constructors
NavigationPaneDropDownClickEventArgs(IContextMenuProvider)
Creates a new instance of the NavigationPaneDropDownClickEventArgs class.
Declaration
public NavigationPaneDropDownClickEventArgs(IContextMenuProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IContextMenuProvider | provider | The IContextMenuProvider implementing the context menu. |
Properties
ContextMenuProvider
Returns the menu provider object used by GroupBar for creating its context menu.
Declaration
public IContextMenuProvider ContextMenuProvider { get; }
Property Value
Type | Description |
---|---|
IContextMenuProvider | The IContextMenuProvider object. |