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(字符串, IDictionary<string, object="">)
启动了 Aspose.Html.Dom.Events.FocusEvent 类的新例子。
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
事件类型。
eventInitDict
IDictionary
<
string
, object
>
活动启动词典。
Properties
RelatedTarget
用于识别与焦点事件相关的次要事件目标,取决于事件类型。
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
财产价值
EventTarget </string,></string,>