[]
Sets whether the event is handled.
public static void SetIsHandled(RoutedEventArgs e, bool handled)
Public Shared Sub SetIsHandled(e As RoutedEventArgs, handled As Boolean)
| Type | Name | Description |
|---|---|---|
| RoutedEventArgs | e | The OriginalEventArgs instance containing the event data. |
| bool | handled |
|