Delegate DrawCommentIndicatorEventHandler
Represents the method that handle the DrawCommentIndicator event.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public delegate void DrawCommentIndicatorEventHandler(object sender, DrawCommentIndicatorEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
DrawCommentIndicatorEventArgs | e | An DrawCommentIndicatorEventArgs that contains event data. |
Constructors
DrawCommentIndicatorEventHandler(Object, IntPtr)
Declaration
public DrawCommentIndicatorEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, DrawCommentIndicatorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DrawCommentIndicatorEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
DrawCommentIndicatorEventArgs | e | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, DrawCommentIndicatorEventArgs)
Declaration
public virtual void Invoke(object sender, DrawCommentIndicatorEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
DrawCommentIndicatorEventArgs | e |