CustomEvent.CustomEvent
CustomEvent(string)
Initialiseert een nieuw exemplaar van hetCustomEvent
klasse.
public CustomEvent(string type)
Parameter | Type | Beschrijving |
---|---|---|
type | String | Het gebeurtenistype. |
Zie ook
- class CustomEvent
- naamruimte Aspose.Svg.Dom.Events
- montage Aspose.SVG
CustomEvent(string, IDictionary<string, object>)
Initialiseert een nieuw exemplaar van hetCustomEvent
klasse.
public CustomEvent(string type, IDictionary<string, object> eventInitDict)
Parameter | Type | Beschrijving |
---|---|---|
type | String | Het gebeurtenistype. |
eventInitDict | IDictionary`2 | De gebeurtenis initialiseert woordenboek. |
Zie ook
- class CustomEvent
- naamruimte Aspose.Svg.Dom.Events
- montage Aspose.SVG