Class UIEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
L’interfaccia UIEvent fornisce informazioni contestuali specifiche associate agli eventi dell’interfaccia utente.
[DOMName("UIEvent")]
[ComVisible(true)]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged
Ereditarietà
object ← DOMObject ← Event ← UIEvent
Derivato
FocusEvent, InputEvent, KeyboardEvent, MouseEvent
Implementa
Membri ereditati
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()
Costruttori
UIEvent(string)
Inizializza una nuova istanza della classe Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type)
Parametri
type
string
Il tipo di evento.
UIEvent(string, IDictionary<string, object="">)
Inizializza una nuova istanza della classe Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)
Parametri
type
string
Il tipo di evento.
eventInitDict
IDictionary<string, object>
Il dizionario di inizializzazione dell’evento.
Proprietà
Detail
Specifica alcune informazioni dettagliate sull’evento, a seconda del tipo di evento.
[DOMName("detail")]
public long Detail { get; }
Valore della Proprietà
View
L’attributo view identifica la finestra da cui è stato generato l’evento.
Il valore non inizializzato di questo attributo DEVE essere nullo.
[DOMName("view")]
public IWindow View { get; }