C# Класс System.Html.UIEvent

Наследование: Event
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
UIEvent System.Runtime.CompilerServices

Открытые методы

Метод Описание
InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
UIEvent ( string type ) : System.Runtime.CompilerServices
UIEvent ( string type, UIEventInit eventInitDict ) : System.Runtime.CompilerServices

Приватные методы

Метод Описание
UIEvent ( ) : System.Runtime.CompilerServices

Описание методов

InitUIEvent() публичный Метод

public InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
aType string
aCanBubble bool
aCancelable bool
aView WindowInstance
aDetail int
Результат void

UIEvent() публичный Метод

public UIEvent ( string type ) : System.Runtime.CompilerServices
type string
Результат System.Runtime.CompilerServices

UIEvent() публичный Метод

public UIEvent ( string type, UIEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict UIEventInit
Результат System.Runtime.CompilerServices