Class FocusEvent

Class FocusEvent

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

Interfejs FocusEvent dostarcza specyficznych informacji kontekstowych związanych z wydarzeniami Focus.

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

Dziedziczenie

objectDOMObjectEventUIEventFocusEvent

Implementuje

INotifyPropertyChanged

Członkowie dziedziczeni

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

Konstruktory

FocusEvent(string)

Inicjalizuje nową instancję klasy Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parametry

type string

Typ zdarzenia.

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

Inicjalizuje nową instancję klasy Aspose.Html.Dom.Events.FocusEvent.

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

Parametry

type string

Typ zdarzenia.

eventInitDict IDictionary<string, object&gt;

Słownik inicjalizacji zdarzenia.

Właściwości

RelatedTarget

Używane do identyfikacji drugorzędnego EventTarget związanego z wydarzeniem Focus, w zależności od typu wydarzenia.

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

Wartość właściwości

EventTarget

 Polski