Click or drag to resize

IEventPreventDefault Method

Cancels the event if it is cancelable, without stopping further propagation of the event.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void PreventDefault()
See Also