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, 객체=“>”)
Aspose.Html.Dom.Events.FocusEvent 클래스의 새로운 사례를 시작합니다.
[DOMConstructor]
public FocusEvent(string type, IDictionary<string, object=""> eventInitDict)
Parameters
type
string
이벤트 유형
eventInitDict
IDictionary
<에 대한 정보
string
, object
>
이벤트는 사전을 시작합니다.
Properties
RelatedTarget
이벤트의 유형에 따라 Focus 이벤트와 관련된 초기 EventTarget을 식별하는 데 사용됩니다.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }
부동산 가치
EventTarget </string,></string,>