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