Event Constructor (String, IDictionaryString, Object) |
Initializes a new instance of the
Event class.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public Event(
string type,
IDictionary<string, Object> eventInitDict
)
Public Sub New (
type As String,
eventInitDict As IDictionary(Of String, Object)
)
public:
Event(
String^ type,
IDictionary<String^, Object^>^ eventInitDict
)
new :
type : string *
eventInitDict : IDictionary<string, Object> -> Event
Parameters
- type
- Type: SystemString
The event type. - eventInitDict
- Type: System.Collections.GenericIDictionaryString, Object
The event initialize dictionary.
See Also