Delegate CellContextMenuOpeningEventHandler
Gets or Sets the Style for a cell.
Represents the method that handles a QueryContextMenuOpening event...
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public delegate void CellContextMenuOpeningEventHandler(object sender, CellContextMenuOpeningEventArgs e);
Parameters
Constructors
CellContextMenuOpeningEventHandler(Object, IntPtr)
Declaration
public CellContextMenuOpeningEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CellContextMenuOpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellContextMenuOpeningEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, CellContextMenuOpeningEventArgs)
Declaration
public virtual void Invoke(object sender, CellContextMenuOpeningEventArgs e)
Parameters