C# Class System.Html.CommandEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
CommandEvent System.Runtime.CompilerServices

Public Methods

Method Description
InitCommandEvent ( string type, bool canBubble, bool cancelable, string command ) : void

Private Methods

Method Description
CommandEvent ( ) : System.Runtime.CompilerServices

Method Details

InitCommandEvent() public method

public InitCommandEvent ( string type, bool canBubble, bool cancelable, string command ) : void
type string
canBubble bool
cancelable bool
command string
return void