Class FocusEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
Antarmuka FocusEvent menyediakan informasi kontekstual spesifik yang terkait dengan peristiwa Fokus.
[DOMName("FocusEvent")]
[DOMObject]
[ComVisible(true)]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Pewarisan
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Mengimplementasikan
Anggota yang Dwarisi
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()
Konstruktor
FocusEvent(string)
Menginisialisasi instance baru dari kelas Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parameter
type
string
Tipe peristiwa.
FocusEvent(string, IDictionary<string, object="">)
Menginisialisasi instance baru dari kelas Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameter
type
string
Tipe peristiwa.
eventInitDict
IDictionary<string, object>
Kamus inisialisasi peristiwa.
Properti
RelatedTarget
Digunakan untuk mengidentifikasi EventTarget sekunder yang terkait dengan peristiwa Fokus, tergantung pada jenis peristiwa.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }