Class UIEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
A interface UIEvent fornece informações contextuais específicas associadas a eventos da Interface do Usuário.
[DOMName("UIEvent")]
[ComVisible(true)]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged
Herança
object ← DOMObject ← Event ← UIEvent
Derivados
FocusEvent, InputEvent, KeyboardEvent, MouseEvent
Implementa
Membros Herdados
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()
Construtores
UIEvent(string)
Inicializa uma nova instância da classe Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type)
Parâmetros
type
string
O tipo de evento.
UIEvent(string, IDictionary<string, object="">)
Inicializa uma nova instância da classe Aspose.Html.Dom.Events.UIEvent.
[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)
Parâmetros
type
string
O tipo de evento.
eventInitDict
IDictionary<string, object>
O dicionário de inicialização do evento.
Propriedades
Detail
Especifica algumas informações detalhadas sobre o Evento, dependendo do tipo de evento.
[DOMName("detail")]
public long Detail { get; }
Valor da Propriedade
View
O atributo view identifica a Janela da qual o evento foi gerado.
O valor não inicializado deste atributo DEVE ser nulo.
[DOMName("view")]
public IWindow View { get; }