Skip to main content

RefreshRequestedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Provides event data for RefreshRequested events.

public class RefreshRequestedEventArgs

Inheritance: EventArgs -> RoutedEventArgs -> RefreshRequestedEventArgs

Constructors

NameDescription
RefreshRequestedEventArgs (2 overloads)No summary available.

RefreshRequestedEventArgs overloads

RefreshRequestedEventArgs Constructor

public RefreshRequestedEventArgs(Avalonia.Controls.RefreshCompletionDeferral completionDeferral, Avalonia.Interactivity.RoutedEvent routedEvent)
Parameters

completionDeferral Avalonia.Controls.RefreshCompletionDeferral

routedEvent Avalonia.Interactivity.RoutedEvent

RefreshRequestedEventArgs Constructor

public RefreshRequestedEventArgs(Action deferredAction, Avalonia.Interactivity.RoutedEvent routedEvent)
Parameters

deferredAction Action

routedEvent Avalonia.Interactivity.RoutedEvent

Methods

NameDescription
GetDeferralGets a deferral object for managing the work done in the RefreshRequested event handler.

GetDeferral Method

Gets a deferral object for managing the work done in the RefreshRequested event handler.

public Avalonia.Controls.RefreshCompletionDeferral GetDeferral()

Returns

Avalonia.Controls.RefreshCompletionDeferral

A Avalonia.Controls.RefreshCompletionDeferral object

Properties

NameDescription
HandledGets or sets a value indicating whether the routed event has already been handled. Inherited from RoutedEventArgs.
RouteGets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event. Inherited from RoutedEventArgs.
RoutedEventGets or sets the routed event associated with these event args. Inherited from RoutedEventArgs.
SourceGets or sets the source object that raised the routed event. Inherited from RoutedEventArgs.