Class UIEvent

Class UIEvent

Nome do espaço: Aspose.Html.Dom.Events Assembleia: Aspose.HTML.dll (25.4.0)

A interface UIEvent fornece informações contextuais específicas associadas aos eventos da interface do usuário.

[ComVisible(true)]
[DOMObject]
[DOMName("UIEvent")]
public class UIEvent : Event, INotifyPropertyChanged

Inheritance

object DOMObject Event UIEvent

Derived

FocusEvent , InputEvent , KeyboardEvent , MouseEvent

Implements

INotifyPropertyChanged

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()

Constructors

Infelizmente(Redação)

Inicia uma nova instância da classe Aspose.Html.Dom.Events.UIEvent.

[DOMConstructor]
public UIEvent(string type)

Parameters

type string

O tipo de evento.

Infelizmente(Título: Título, Título, Objeto="">)

Inicia uma nova instância da classe Aspose.Html.Dom.Events.UIEvent.

[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)

Parameters

type string

O tipo de evento.

eventInitDict IDictionary e o PT; string , object >

O evento inicia o dicionário.

Properties

Detail

Especifica algumas informações detalhadas sobre o Evento, dependendo do tipo de evento.

[DOMName("detail")]
public long Detail { get; }

Valor da propriedade

long

View

O atributo de visualização identifica a janela da qual o evento foi gerado.O valor não iniciado deste atributo DEVE ser nulo.

[DOMName("view")]
public IWindow View { get; }

Valor da propriedade

IWindow </string,></string,>

 Português