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

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

Private Properties

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

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

Метод Описание
CloseEvent ( string type ) : System.Runtime.CompilerServices
CloseEvent ( string type, CloseEventInit eventInitDict ) : System.Runtime.CompilerServices
InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void

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

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

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

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

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

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

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

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

public InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void
type string
canBubble bool
cancelable bool
wasClean bool
code ushort
reason string
Результат void