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

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

Private Properties

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

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

Метод Описание
InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void
PageTransitionEvent ( string type ) : System.Runtime.CompilerServices
PageTransitionEvent ( string type, PageTransitionEventInit eventInitDict ) : System.Runtime.CompilerServices

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

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

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

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

public InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void
type string
canBubble bool
cancelable bool
persisted bool
Результат void

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

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

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

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