Class UIEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
L’interface UIEvent fournit des informations contextuelles spécifiques associées aux événements de l’interface utilisateur.
[DOMName("UIEvent")]
[ComVisible(true)]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged
Héritage
object ← DOMObject ← Event ← UIEvent
Dérivés
FocusEvent, InputEvent, KeyboardEvent, MouseEvent
Implémente
Membres hérités
Event.NonePhase, Event.CapturingPhase, Event.AtTargetPhase, Event.BubblingPhase, Event.InitEvent(string, bool, bool), Event.PreventDefault(), Event.StopPropagation(), Event.StopImmediatePropagation(), Event.Bubbles, Event.Cancelable, Event.CurrentTarget, Event.EventPhase, Event.Target, Event.TimeStamp, Event.Type, Event.DefaultPrevented, Event.IsTrusted, DOMObject.GetPlatformType(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructeurs
UIEvent(string)
Initialise une nouvelle instance de la classe Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type)
Paramètres
type
string
Le type d’événement.
UIEvent(string, IDictionary<string, object="">)
Initialise une nouvelle instance de la classe Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)
Paramètres
type
string
Le type d’événement.
eventInitDict
IDictionary<string, object>
Le dictionnaire d’initialisation de l’événement.
Propriétés
Detail
Spécifie certaines informations détaillées sur l’événement, en fonction du type d’événement.
[DOMName("detail")]
public long Detail { get; }
Valeur de la propriété
View
L’attribut view identifie la fenêtre à partir de laquelle l’événement a été généré.
La valeur non initialisée de cet attribut DOIT être null.
[DOMName("view")]
public IWindow View { get; }