Event Constructor (String) |
Initializes a new instance of the
Event class.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Event(
string type
)
Public Sub New (
type As String
)
public:
Event(
String^ type
)
new :
type : string -> Event
Parameters
- type
- Type: SystemString
The event type.
See Also