Class FocusEvent

Class FocusEvent

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

L’interfaccia FocusEvent fornisce informazioni contestuali specifiche associate agli eventi di Focus.

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

Ereditarietà

objectDOMObjectEventUIEventFocusEvent

Implementa

INotifyPropertyChanged

Membri Ereditati

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

Costruttori

FocusEvent(string)

Inizializza una nuova istanza della classe Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parametri

type string

Il tipo di evento.

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

Inizializza una nuova istanza della classe Aspose.Html.Dom.Events.FocusEvent.

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

Parametri

type string

Il tipo di evento.

eventInitDict IDictionary<string, object&gt;

Il dizionario di inizializzazione dell’evento.

Proprietà

RelatedTarget

Utilizzato per identificare un EventTarget secondario relativo a un evento di Focus, a seconda del tipo di evento.

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

Valore della Proprietà

EventTarget

 Italiano