C# Class System.Html.EventTarget

Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Public Methods

Method Description
AddEventListener ( string type, Action listener ) : void
AddEventListener ( string type, Action listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandler listener ) : void
AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener ) : void
AddEventListener ( string type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
DispatchEvent ( Event @event ) : bool
RemoveEventListener ( string type, Action listener ) : void
RemoveEventListener ( string type, Action listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandler listener ) : void
RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( string type, IEventListener listener ) : void
RemoveEventListener ( string type, IEventListener listener, bool capture ) : void

Private Methods

Method Description
EventTarget ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

DispatchEvent() public method

public DispatchEvent ( Event @event ) : bool
@event Event
return bool

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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