Class SortBegin
Represents the method that will handle the event before sorting the PivotGrid.
Inheritance
System.Object
SortBegin
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class SortBegin : MulticastDelegate
Constructors
SortBegin(Object, IntPtr)
Declaration
public SortBegin(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, OnSortActionStarted, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OnSortActionStarted e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
OnSortActionStarted |
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, OnSortActionStarted)
Declaration
public virtual void Invoke(object sender, OnSortActionStarted e)
Parameters