Delegate RibbonItemsEventHandler
Represents the method that will handle the Syncfusion.Windows.Forms.Tools.BeforeAddItem and
Syncfusion.Windows.Forms.Tools.BeforeRemoveItem events for a Syncfusion.Windows.Forms.Tools.RibbonControlAdvHeader class.
Assembly: Syncfusion.Tools.Windows.dll
public delegate void RibbonItemsEventHandler(object obj, RibbonItemEventArgs args);
Parameters
Type |
Name |
Description |
System.Object |
obj |
The source of the control.
|
RibbonItemEventArgs |
args |
Provides data for RibbonItemsEventHandler. Event arguments contains extra information about ToolStrip item.
|
Constructors
Declaration
public RibbonItemsEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object obj, RibbonItemEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
RibbonItemEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object obj, RibbonItemEventArgs args)
Parameters