C# Class System.Html.UnknownElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb

Public Methods

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

Private Methods

Method Description
UnknownElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( UnknownElementEvents type, IEventListener listener, bool capture ) : void
type UnknownElementEvents
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 ( UnknownElementEvents type, Action listener ) : void
type UnknownElementEvents
listener Action
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

public RemoveEventListener ( UnknownElementEvents type, IEventListener listener, bool capture ) : void
type UnknownElementEvents
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