Class RefreshEventArgs
Provides event data for the Pivot Client's refresh event.
Inheritance
System.Object
RefreshEventArgs
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class RefreshEventArgs : EventArgs
Constructors
RefreshEventArgs()
Declaration
public RefreshEventArgs()
Properties
Handled
Gets or Sets the boolean whether this event is handled or not.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |