C# Class SharpVectors.Dom.Events.EventTarget

Summary description for EventTarget.
Inheritance: IEventTargetSupport
ファイルを表示 Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method 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 method

public AddEventListener ( string type, EventListener listener, bool useCapture ) : void
type string
listener EventListener
useCapture bool
return void

AddEventListenerNs() public method

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

DispatchEvent() public method

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

EventTarget() public method

public EventTarget ( IEventTargetSupport eventTarget ) : System
eventTarget IEventTargetSupport
return System

FireEvent() public method

public FireEvent ( IEvent @event ) : void
@event IEvent
return void

HasEventListenerNs() public method

public HasEventListenerNs ( string namespaceUri, string eventType ) : bool
namespaceUri string
eventType string
return bool

RemoveEventListener() public method

public RemoveEventListener ( string type, EventListener listener, bool useCapture ) : void
type string
listener EventListener
useCapture bool
return void

RemoveEventListenerNs() public method

public RemoveEventListenerNs ( string namespaceUri, string type, EventListener listener, bool useCapture ) : void
namespaceUri string
type string
listener EventListener
useCapture bool
return void

WillTriggerNs() public method

public WillTriggerNs ( string namespaceUri, string type ) : bool
namespaceUri string
type string
return bool