Class FilterEditorPageNavigatedEventHandler
Represents the method that will handle the Syncfusion.UI.Xaml.PivotClient.FilterEdiotorPageNavigated event.
Inheritance
System.Object
FilterEditorPageNavigatedEventHandler
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public sealed class FilterEditorPageNavigatedEventHandler : MulticastDelegate
Constructors
FilterEditorPageNavigatedEventHandler(Object, IntPtr)
Declaration
public FilterEditorPageNavigatedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FilterEditorPageNavigatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FilterEditorPageNavigatedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, FilterEditorPageNavigatedEventArgs)
Declaration
public virtual void Invoke(object sender, FilterEditorPageNavigatedEventArgs e)
Parameters
Extension Methods