Class FocusEvent

Class FocusEvent

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

A interface do FocusEvent fornece informações contextuais específicas associadas aos eventos do Focus.

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

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

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

Constructors

FocusEvent(Redação)

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

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

O tipo de evento.

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

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

[DOMConstructor]
public FocusEvent(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

RelatedTarget

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

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

Valor da propriedade

EventTarget </string,></string,>

 Português