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