Class CellCommentOpeningEventHandler
Represents a method that will handle the cell comment opening event.
Inheritance
System.Object
CellCommentOpeningEventHandler
Assembly: Syncfusion.SfCellGrid.UWP.dll
public sealed class CellCommentOpeningEventHandler : MulticastDelegate
Constructors
Declaration
public CellCommentOpeningEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellCommentOpeningEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CellCommentOpeningEventArgs e)
Parameters
Extension Methods