C# Class SharpVectors.Dom.Events.EventTarget

Summary description for EventTarget.
Inheritance: IEventTargetSupport
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
AddEventListener ( string type, EventListener listener, bool useCapture ) : void
AddEventListenerNs ( string namespaceUri, string type, EventListener listener, bool useCapture, object evtGroup ) : void
DispatchEvent ( IEvent @event ) : bool
EventTarget ( IEventTargetSupport eventTarget ) : System
FireEvent ( IEvent @event ) : void
HasEventListenerNs ( string namespaceUri, string eventType ) : bool
RemoveEventListener ( string type, EventListener listener, bool useCapture ) : void
RemoveEventListenerNs ( string namespaceUri, string type, EventListener listener, bool useCapture ) : void
WillTriggerNs ( string namespaceUri, string type ) : bool

Method Details

AddEventListener() public méthode

public AddEventListener ( string type, EventListener listener, bool useCapture ) : void
type string
listener EventListener
useCapture bool
Résultat void

AddEventListenerNs() public méthode

public AddEventListenerNs ( string namespaceUri, string type, EventListener listener, bool useCapture, object evtGroup ) : void
namespaceUri string
type string
listener EventListener
useCapture bool
evtGroup object
Résultat void

DispatchEvent() public méthode

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

EventTarget() public méthode

public EventTarget ( IEventTargetSupport eventTarget ) : System
eventTarget IEventTargetSupport
Résultat System

FireEvent() public méthode

public FireEvent ( IEvent @event ) : void
@event IEvent
Résultat void

HasEventListenerNs() public méthode

public HasEventListenerNs ( string namespaceUri, string eventType ) : bool
namespaceUri string
eventType string
Résultat bool

RemoveEventListener() public méthode

public RemoveEventListener ( string type, EventListener listener, bool useCapture ) : void
type string
listener EventListener
useCapture bool
Résultat void

RemoveEventListenerNs() public méthode

public RemoveEventListenerNs ( string namespaceUri, string type, EventListener listener, bool useCapture ) : void
namespaceUri string
type string
listener EventListener
useCapture bool
Résultat void

WillTriggerNs() public méthode

public WillTriggerNs ( string namespaceUri, string type ) : bool
namespaceUri string
type string
Résultat bool