C# 클래스 AngleSharp.Html.Dom.Events.CompositionEvent

상속: UiEvent
파일 보기 프로젝트 열기: josdion/subbuzz

Private Properties

프로퍼티 타입 설명
CompositionEvent AngleSharp.Attributes
Init void

공개 메소드들

메소드 설명
CompositionEvent ( ) : AngleSharp.Attributes

Creates a new event.

비공개 메소드들

메소드 설명
CompositionEvent ( String type, Boolean bubbles = false, Boolean cancelable = false, IWindow view = null, String data = null ) : AngleSharp.Attributes
Init ( String type, Boolean bubbles, Boolean cancelable, IWindow view, String data ) : void

메소드 상세

CompositionEvent() 공개 메소드

Creates a new event.
public CompositionEvent ( ) : AngleSharp.Attributes
리턴 AngleSharp.Attributes