WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1InputEventArgs Class / SetIsHandled Method
The OriginalEventArgs instance containing the event data.
true if the event is handled.
In This Topic
    SetIsHandled Method
    In This Topic
    Sets whether the event is handled.
    Syntax
    public static void SetIsHandled( 
       RoutedEventArgs e,
       bool handled
    )

    Parameters

    e
    The OriginalEventArgs instance containing the event data.
    handled
    true if the event is handled.
    See Also