Class FocusEvent

Class FocusEvent

Nombre del espacio: Aspose.Html.Dom.Events Colección: Aspose.HTML.dll (25.4.0)

La interfaz FocusEvent proporciona información contextual específica relacionada con los eventos Focus.

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

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

INotifyPropertyChanged

Miembros heredados

UIEvent.View ,y, UIEvent.Detail ,y, Event.NonePhase ,y, Event.CapturingPhase ,y, Event.AtTargetPhase ,y, Event.BubblingPhase ,y, Event.InitEvent(string, bool, bool) ,y, Event.PreventDefault() ,y, Event.StopPropagation() ,y, Event.StopImmediatePropagation() ,y, Event.Bubbles ,y, Event.Cancelable ,y, Event.CurrentTarget ,y, Event.EventPhase ,y, Event.Target ,y, Event.TimeStamp ,y, Event.Type ,y, Event.DefaultPrevented ,y, Event.IsTrusted ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

FocusEvent(El string)

Inicia una nueva instancia de la clase Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

El tipo de evento.

FocusEvent(Título de la etiqueta: String, Objeto="">"">)

Inicia una nueva instancia de la clase Aspose.Html.Dom.Events.FocusEvent.

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

Parameters

type string

El tipo de evento.

eventInitDict IDictionary &ylt; string , object >

El evento inicia el diccionario.

Properties

RelatedTarget

Utilizado para identificar un EventTarget secundario relacionado con un evento Focus, dependiendo del tipo de evento.

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

Valor de la propiedad

EventTarget </string,></string,>

 Español