C# Class SharpVectors.Dom.Events.EventListenerMapEntry

Summary description for EventListenerMapEntry.
Show file Open project: codebutler/savagesvg Class Usage Examples

Public Properties

Property Type Description
Group object
Listener EventListener
Locked bool
NamespaceUri string
Type string

Public Methods

Method Description
EventListenerMapEntry ( string namespaceUri, string type, object group, EventListener listener, bool locked ) : System

Method Details

EventListenerMapEntry() public method

public EventListenerMapEntry ( string namespaceUri, string type, object group, EventListener listener, bool locked ) : System
namespaceUri string
type string
group object
listener EventListener
locked bool
return System

Property Details

Group public property

public object Group
return object

Listener public property

public EventListener Listener
return EventListener

Locked public property

public bool Locked
return bool

NamespaceUri public property

public string NamespaceUri
return string

Type public property

public string Type
return string