C# Class System.Html.Event

Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
Event System.Runtime.CompilerServices

Public Methods

Method Description
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

Private Methods

Method Description
Event ( ) : System.Runtime.CompilerServices

Method Details

Event() public method

public Event ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

Event() public method

public Event ( string type, EventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict EventInit
return System.Runtime.CompilerServices

GetPreventDefault() public method

public GetPreventDefault ( ) : bool
return bool

InitEvent() public method

public InitEvent ( string type, bool bubbles, bool cancelable ) : void
type string
bubbles bool
cancelable bool
return void

PreventDefault() public method

public PreventDefault ( ) : void
return void

StopImmediatePropagation() public method

public StopImmediatePropagation ( ) : void
return void

StopPropagation() public method

public StopPropagation ( ) : void
return void