C# Class System.Html.EventTarget

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EventTarget ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( string type, Action listener ) : void
type string
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, Action listener, bool capture ) : void
type string
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandler listener ) : void
type string
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
Résultat void

DispatchEvent() public méthode

public DispatchEvent ( Event @event ) : bool
@event Event
Résultat bool

RemoveEventListener() public méthode

public RemoveEventListener ( string type, Action listener ) : void
type string
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, Action listener, bool capture ) : void
type string
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandler listener ) : void
type string
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
type string
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, IEventListener listener ) : void
type string
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, IEventListener listener, bool capture ) : void
type string
listener IEventListener
capture bool
Résultat void