Class FocusEvent

Class FocusEvent

Nama dari : Aspose.Html.Dom.Events Pengumpulan: Aspose.HTML.dll (25.4.0)

Interface FocusEvent menyediakan informasi konteks spesifik yang terkait dengan peristiwa Focus.

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

Inheritance

object DOMObject Event UIEvent FocusEvent

Implements

INotifyPropertyChanged

anggota yang diwarisi

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

Initifikasi contoh baru dari kelas Aspose.Html.Dom.Events.FocusEvent.

[DOMConstructor]
public FocusEvent(string type)

Parameters

type string

Jenis peristiwa tersebut.

FocusEvent(string, identifikasi<string, objek=» » »)

Initifikasi contoh baru dari kelas Aspose.Html.Dom.Events.FocusEvent.

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

Parameters

type string

Jenis peristiwa tersebut.

eventInitDict IDictionary dan lt; string , object >

Peristiwa ini memulai kamus.

Properties

RelatedTarget

Digunakan untuk mengidentifikasi EventTarget sekunder yang berkaitan dengan acara Focus, tergantung pada jenis acara.

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

Nilai Properti

EventTarget </string,></string,>

 Indonesia