RefreshStateChangedEventArgs Classe

Definizione

public ref class RefreshStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RefreshStateChangedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RefreshStateChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RefreshStateChangedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RefreshStateChangedEventArgs
Public NotInheritable Class RefreshStateChangedEventArgs
Ereditarietà
Object Platform::Object IInspectable RefreshStateChangedEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1803 (è stato introdotto in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v6.0)

Proprietà

NewState

Ottiene un valore che indica il nuovo stato dell'oggetto RefreshVisualizer.

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.RefreshStateChangedEventArgs.NewState (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

OldState

Ottiene un valore che indica lo stato precedente dell'oggetto RefreshVisualizer.

API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.RefreshStateChangedEventArgs.OldState (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

Si applica a