Click or drag to resize

EventParametersCancelable Property

Indicates whether the dispatched event can have its default action prevented.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool Cancelable { get; }

Property Value

Type: Boolean
true if the dispatched event can have its default action prevented, false otherwise.
See Also