Method | Description | |
---|---|---|
Clone ( ) : object |
Create a deep clone of this EventListener object. A possible Attached Style wouldn't be cloned! |
|
EventListener ( IDocument document, |
Initializes a new instance of the EventListener class.
|
|
EventListener ( IDocument document, string eventname, string language, string href ) : System |
Initializes a new instance of the EventListener class.
|
Method | Description | |
---|---|---|
CreateAttribute ( string name, string text, string prefix ) : void |
Create a XmlAttribute for propertie XmlNode.
|
Method | Description | |
---|---|---|
NewXmlNode ( ) : void |
News the XML node.
|
protected CreateAttribute ( string name, string text, string prefix ) : void | ||
name | string | The attribute name. |
text | string | The attribute value. |
prefix | string | The namespace prefix. |
return | void |
public EventListener ( IDocument document, |
||
document | IDocument | The document. |
node | The node. | |
return | System |
public EventListener ( IDocument document, string eventname, string language, string href ) : System | ||
document | IDocument | The document. |
eventname | string | The eventname. |
language | string | The language. |
href | string | The href. |
return | System |