Delegate CellSetChangingEventHandler
Represents the method that handles the event raised when the cell set is changing.
Assembly: Syncfusion.Olap.Base.dll
Syntax
public delegate void CellSetChangingEventHandler(object sender, CellSetChangingEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The object where the event handler is attached.
|
CellSetChangingEventArgs |
e |
The event data.
|
Constructors
CellSetChangingEventHandler(Object, IntPtr)
Declaration
public CellSetChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CellSetChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellSetChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
CellSetChangingEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, CellSetChangingEventArgs)
Declaration
public virtual void Invoke(object sender, CellSetChangingEventArgs e)
Parameters