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

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

Private Properties

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

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

Метод Описание
CustomEvent ( string type ) : System.Runtime.CompilerServices
CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices
InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void

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

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

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

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

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

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

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

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

public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void
type string
canBubble bool
cancelable bool
detail object
Результат void