Sprache

FocusEngagedEventArgs Klasse

Definition

Stellt Daten für das FocusEngaged-Ereignis bereit .

public ref class FocusEngagedEventArgs sealed : RoutedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FocusEngagedEventArgs final : RoutedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FocusEngagedEventArgs : RoutedEventArgs
Public NotInheritable Class FocusEngagedEventArgs
Inherits RoutedEventArgs
Vererbung
Object Platform::Object IInspectable RoutedEventArgs FocusEngagedEventArgs
Attribute

Eigenschaften

Name Beschreibung
Handled

Dient zum Abrufen oder Festlegen eines Werts, der das Routingereignis als behandelt markiert. Ein wahrer Wert für Handled verhindert, dass die meisten Handler entlang der Ereignisroute dasselbe Ereignis erneut behandeln.

OriginalSource

Ruft einen Verweis auf das Objekt ab, das das Ereignis ausgelöst hat. Dies ist häufig ein Vorlagenteil eines Steuerelements anstelle eines Elements, das in der App-UI deklariert wurde.

(Geerbt von RoutedEventArgs)

Gilt für:

Weitere Informationen