Class RefreshingEventArgs
Provides data for the Refreshing event.
Inheritance
System.Object
RefreshingEventArgs
Namespace: Syncfusion.SfPullToRefresh
Assembly: Syncfusion.SfPullToRefresh.Android.dll
Syntax
public class RefreshingEventArgs : CancelEventArgs
Constructors
RefreshingEventArgs(Object)
Initializes a new instance of the RefreshingEventArgs class.
Declaration
public RefreshingEventArgs(object sender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender |
Properties
Refreshed
Gets or sets a value indicating whether refreshing should be continued.
Declaration
public bool Refreshed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A value indicating whether refreshing should be continued. |