EventIsTrusted Property
The isTrusted attribute must return the value it was initialized to. When an event is created the attribute must be initialized to false.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool IsTrusted { get; }

Property Value

Type: Boolean
true if this instance is trusted; otherwise, false.
See Also