Delegate CardCellPushButtonClickEventHandler
Represents a method that handles a PushButtonClick event.
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public delegate void CardCellPushButtonClickEventHandler(object sender, CardCellPushButtonClickEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
CardCellPushButtonClickEventArgs | e | The CardCellPushButtonClickEventArgs that contains the event data. |
Constructors
CardCellPushButtonClickEventHandler(Object, IntPtr)
Declaration
public CardCellPushButtonClickEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, CardCellPushButtonClickEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CardCellPushButtonClickEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
CardCellPushButtonClickEventArgs | 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, CardCellPushButtonClickEventArgs)
Declaration
public virtual void Invoke(object sender, CardCellPushButtonClickEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
CardCellPushButtonClickEventArgs | e |