C# Class System.Html.OptionElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
OptionElement System.Runtime.CompilerServices
OptionElement System.Runtime.CompilerServices
OptionElement System.Runtime.CompilerServices
OptionElement System.Runtime.CompilerServices
OptionElement System.Runtime.CompilerServices

Public Methods

Method Description
AddEventListener ( OptionElementEvents type, Action listener ) : void
AddEventListener ( OptionElementEvents type, Action listener, bool capture ) : void
AddEventListener ( OptionElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( OptionElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( OptionElementEvents type, IEventListener listener ) : void
AddEventListener ( OptionElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( OptionElementEvents type, Action listener ) : void
RemoveEventListener ( OptionElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( OptionElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( OptionElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( OptionElementEvents type, IEventListener listener ) : void
RemoveEventListener ( OptionElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
OptionElement ( ) : System.Runtime.CompilerServices
OptionElement ( string text ) : System.Runtime.CompilerServices
OptionElement ( string text, string value ) : System.Runtime.CompilerServices
OptionElement ( string text, string value, bool defaultSelected ) : System.Runtime.CompilerServices
OptionElement ( string text, string value, bool defaultSelected, bool selected ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, Action listener ) : void
type OptionElementEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, Action listener, bool capture ) : void
type OptionElementEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, HtmlEventHandler listener ) : void
type OptionElementEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, HtmlEventHandler listener, bool capture ) : void
type OptionElementEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type OptionElementEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type OptionElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, IEventListener listener ) : void
type OptionElementEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( OptionElementEvents type, IEventListener listener, bool capture ) : void
type OptionElementEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, Action listener ) : void
type OptionElementEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, Action listener, bool capture ) : void
type OptionElementEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, HtmlEventHandler listener ) : void
type OptionElementEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, HtmlEventHandler listener, bool capture ) : void
type OptionElementEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type OptionElementEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type OptionElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, IEventListener listener ) : void
type OptionElementEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( OptionElementEvents type, IEventListener listener, bool capture ) : void
type OptionElementEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void