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
이벤트 유형에 따라 Focus 이벤트와 관련된 보조 EventTarget을 식별하는 데 사용됩니다.
[DOMName("relatedTarget")]
public EventTarget RelatedTarget { get; }