Class UIEvent

Class UIEvent

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML.dll (25.1.0)

UIEvent 인터페이스는 사용자 인터페이스 이벤트와 관련된 특정 컨텍스트 정보를 제공합니다.

[DOMName("UIEvent")]
[ComVisible(true)]
[DOMObject]
public class UIEvent : Event, INotifyPropertyChanged

상속

objectDOMObjectEventUIEvent

파생

FocusEvent, InputEvent, KeyboardEvent, MouseEvent

구현

INotifyPropertyChanged

상속된 멤버

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()

생성자

UIEvent(string)

Aspose.Html.Dom.Events.UIEvent 클래스의 새 인스턴스를 초기화합니다.

[DOMConstructor]
public UIEvent(string type)

매개변수

type string

이벤트 유형입니다.

UIEvent(string, IDictionary<string, object="">)

Aspose.Html.Dom.Events.UIEvent 클래스의 새 인스턴스를 초기화합니다.

[DOMConstructor]
public UIEvent(string type, IDictionary<string, object=""> eventInitDict)

매개변수

type string

이벤트 유형입니다.

eventInitDict IDictionary<string, object&gt;

이벤트 초기화 사전입니다.

속성

Detail

이벤트 유형에 따라 이벤트에 대한 세부 정보를 지정합니다.

[DOMName("detail")]
public long Detail { get; }

속성 값

long

View

view 속성은 이벤트가 생성된 Window를 식별합니다. 이 속성의 초기화되지 않은 값은 null이어야 합니다.

[DOMName("view")]
public IWindow View { get; }

속성 값

IWindow

 한국어