[]
        
(Showing Draft Content)

C1.WinUI.Core.C1InputEventArgs.SetIsHandled

SetIsHandled Method

SetIsHandled(RoutedEventArgs, bool)

Sets whether the event is handled.

Declaration
public static void SetIsHandled(RoutedEventArgs e, bool handled)
Parameters
Type Name Description
RoutedEventArgs e

The OriginalEventArgs instance containing the event data.

bool handled

true if the event is handled.