Class FocusEvent

Class FocusEvent

Nom dels espais: Aspose.Html.Dom.Events Assemblea: Aspose.HTML.dll (25.4.0)

La interfície FocusEvent proporciona informació contextual específica relacionada amb els esdeveniments Focus.

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

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

INotifyPropertyChanged

Membres heretats

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(Tàrrega)

Inicialitza una nova instància de la classe Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

El tipus d’esdeveniment.

FocusEvent(Títol de la identificació, objectes="">)

Inicialitza una nova instància de la classe Aspose.Html.Dom.Events.FocusEvent.

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

Parameters

type string

El tipus d’esdeveniment.

eventInitDict IDictionary < string , object >

L’esdeveniment inicia el diccionari.

Properties

RelatedTarget

Utilitzat per identificar un EventTarget secundari relacionat amb un esdeveniment Focus, depenent del tipus d’esdevent.

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

Valor de la propietat

EventTarget </string,></string,>

 Català