Class UIEvent

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à

objectDOMObjectEventUIEvent

Derivato

FocusEvent, InputEvent, KeyboardEvent, MouseEvent

Implementa

INotifyPropertyChanged

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&gt;

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à

long

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; }

Valore della Proprietà

IWindow

 Italiano