Class FocusEvent

Class FocusEvent

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)

A interface FocusEvent fornece informações contextuais específicas associadas a eventos de foco.

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

Herança

objectDOMObjectEventUIEventFocusEvent

Implementa

INotifyPropertyChanged

Membros Herdados

UIEvent.View, UIEvent.Detail, 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

FocusEvent(string)

Inicializa uma nova instância da classe Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parâmetros

type string

O tipo de evento.

FocusEvent(string, IDictionary<string, object="">)

Inicializa uma nova instância da classe Aspose.Html.Dom.Events.FocusEvent.

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

Parâmetros

type string

O tipo de evento.

eventInitDict IDictionary<string, object&gt;

O dicionário de inicialização do evento.

Propriedades

RelatedTarget

Usado para identificar um EventTarget secundário relacionado a um evento de foco, dependendo do tipo de evento.

[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }

Valor da Propriedade

EventTarget

 Português