'Declaration
Public Shared Sub SetIsHandled( _ ByVal e As MouseEventArgs, _ ByVal handled As Boolean _ )
public static void SetIsHandled( MouseEventArgs e, bool handled )
Parameters
- e
- The OriginalEventArgs instance containing the event data.
- handled
true
if the event is handled.