The name of the event (case-insensitive). The name must be an XML name.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Type { get; }
Public ReadOnly Property Type As String
Get
public:
property String^ Type {
String^ get ();
}
member Type : string with get
Property Value
Type:
String
See Also