Class FocusEvent

Class FocusEvent

Nazwa przestrzeń: Aspose.Html.Dom.Events Zestaw: Aspose.HTML.dll (25.4.0)

Interfejs FocusEvent zapewnia konkretne informacje kontekstowe związane z wydarzeniami Focus.

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

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

INotifyPropertyChanged

Dziedziczeni członkowie

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

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

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

Rodzaj wydarzenia .

FocusEvent(String, identyfikator <string, obiekt=» » »)

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

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

Parameters

type string

Rodzaj wydarzenia .

eventInitDict IDictionary • < string , object >

Wydarzenie rozpoczyna słownictwo.

Properties

RelatedTarget

Wykorzystywane do identyfikacji wtórnego EventTarget związane z wydarzeniem Focus, w zależności od rodzaju wydarzenia.

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

Wartość nieruchomości

EventTarget </string,></string,>

 Polski