Class FocusEvent
اسم الفضاء : Aspose.Html.Dom.Events مجموعة: Aspose.HTML.dll (25.4.0)
يوفر واجهة FocusEvent معلومات سياحية محددة مرتبطة بأحداث Focus.
[ComVisible(true)]
[DOMObject]
[DOMName("FocusEvent")]
public class FocusEvent : UIEvent, INotifyPropertyChanged
Inheritance
object ← DOMObject ← Event ← UIEvent ← FocusEvent
Implements
الأعضاء الموروثين
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(الستار)
يبدأ مثال جديد من فئة Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type)
Parameters
type
string
نوع الحدث .
FocusEvent(صفحة، صفحة، صفحة، كائن=» » »)
يبدأ مثال جديد من فئة Aspose.Html.Dom.Events.FocusEvent.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
نوع الحدث .
eventInitDict
IDictionary
<؛
string
, object
>
الحدث يبدأ القاموس.
Properties
RelatedTarget
يستخدم لتحديد EventTarget الثانوي المرتبط بأحداث Focus ، اعتمادًا على نوع الحدث.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
قيمة الممتلكات
EventTarget </string,></string,>