Class FocusEvent

Class FocusEvent

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

Das FocusEvent-Interface bietet spezifische Kontextinformationen, die mit Fokusereignissen verbunden sind.

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

Vererbung

objectDOMObjectEventUIEventFocusEvent

Implementiert

INotifyPropertyChanged

Vererbte Mitglieder

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

Konstruktoren

FocusEvent(string)

Initialisiert eine neue Instanz der Klasse Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parameter

type string

Der Ereignistyp.

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

Initialisiert eine neue Instanz der Klasse Aspose.Html.Dom.Events.FocusEvent.

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

Parameter

type string

Der Ereignistyp.

eventInitDict IDictionary<string, object&gt;

Das Ereignisinitialisierungswörterbuch.

Eigenschaften

RelatedTarget

Wird verwendet, um ein sekundäres EventTarget zu identifizieren, das mit einem Fokusereignis in Verbindung steht, abhängig vom Typ des Ereignisses.

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

Eigenschaftswert

EventTarget

 Deutsch