Class FocusEvent
Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)
این رابط FocusEvent اطلاعات خاصی را که با رویدادهای Focus مرتبط است، ارائه میدهد.
[DOMName("FocusEvent")]
[DOMObject]
[ComVisible(true)]
public class FocusEvent : UIEvent, INotifyPropertyChanged
وراثت
object ← DOMObject ← Event ← UIEvent ← FocusEvent
پیادهسازیها
اعضای به ارث رسیده
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()
سازندهها
FocusEvent(string)
یک نمونه جدید از کلاس Aspose.Html.Dom.Events.FocusEvent را ایجاد میکند.
[DOMConstructor]
public FocusEvent(string type)
پارامترها
type
string
نوع رویداد.
FocusEvent(string, IDictionary<string, object="">)
یک نمونه جدید از کلاس Aspose.Html.Dom.Events.FocusEvent را ایجاد میکند.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
پارامترها
type
string
نوع رویداد.
eventInitDict
IDictionary<string, object>
دیکشنری اولیه رویداد.
ویژگیها
RelatedTarget
برای شناسایی یک EventTarget ثانویه مرتبط با یک رویداد Focus، بسته به نوع رویداد استفاده میشود.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }