C# Class System.Html.ShadowElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
ShadowElement System.Runtime.CompilerServices

Public Methods

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

Private Methods

Method Description
ShadowElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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