Used to indicate whether or not an event can have its default action prevented. If the default action can be prevented the value is true, else the value is false.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool Cancelable { get; }
Public ReadOnly Property Cancelable As Boolean
Get
public:
property bool Cancelable {
bool get ();
}
member Cancelable : bool with get
Property Value
Type:
Boolean
See Also