Class FocusEvent

Class FocusEvent

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

La interfaz FocusEvent proporciona información contextual específica asociada con eventos de enfoque.

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

Herencia

objectDOMObjectEventUIEventFocusEvent

Implementa

INotifyPropertyChanged

Miembros heredados

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

Constructores

FocusEvent(string)

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

[DOMConstructor]
public FocusEvent(string type)

Parámetros

type string

El tipo de evento.

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

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

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

Parámetros

type string

El tipo de evento.

eventInitDict IDictionary<string, object&gt;

El diccionario de inicialización del evento.

Propiedades

RelatedTarget

Se utiliza para identificar un EventTarget secundario relacionado con un evento de enfoque, dependiendo del tipo de evento.

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

Valor de la propiedad

EventTarget

 Español