[]
        
(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)
Public Shared Sub SetIsHandled(e As RoutedEventArgs, handled As Boolean)
Parameters
Type Name Description
RoutedEventArgs e

The OriginalEventArgs instance containing the event data.

bool handled

true if the event is handled.