WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1InputEventArgs Class / GetIsHandled Method
The OriginalEventArgs instance containing the event data.
In This Topic
    GetIsHandled Method
    In This Topic
    Gets a value indicating whether the specified event is handled.
    Syntax
    public static bool GetIsHandled( 
       RoutedEventArgs e
    )

    Parameters

    e
    The OriginalEventArgs instance containing the event data.
    See Also