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