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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Event ( string type ) : System.Runtime.CompilerServices
Event ( string type, EventInit eventInitDict ) : System.Runtime.CompilerServices
GetPreventDefault ( ) : bool
InitEvent ( string type, bool bubbles, bool cancelable ) : void
PreventDefault ( ) : void
StopImmediatePropagation ( ) : void
StopPropagation ( ) : void

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

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

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

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

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

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

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

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

public GetPreventDefault ( ) : bool
Результат bool

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

public InitEvent ( string type, bool bubbles, bool cancelable ) : void
type string
bubbles bool
cancelable bool
Результат void

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

public PreventDefault ( ) : void
Результат void

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

public StopImmediatePropagation ( ) : void
Результат void

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

public StopPropagation ( ) : void
Результат void