Event.Event
Event(string)
Initialise une nouvelle instance duEvent classe.
public Event(string type)
| Paramètre | Taper | La description |
|---|---|---|
| type | String | Le type d’événement. |
Voir également
- class Event
- espace de noms Aspose.Html.Dom.Events
- Assemblée Aspose.HTML
Event(string, IDictionary<string, object>)
Initialise une nouvelle instance duEvent classe.
public Event(string type, IDictionary<string, object> eventInitDict)
| Paramètre | Taper | La description |
|---|---|---|
| type | String | Le type d’événement. |
| eventInitDict | IDictionary`2 | Dictionnaire d’initialisation d’événements. |
Voir également
- class Event
- espace de noms Aspose.Html.Dom.Events
- Assemblée Aspose.HTML