C# Класс AODL.Document.Content.OfficeEvents.EventListener

Summary for EventListener.
Наследование: IContent, ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : object

Create a deep clone of this EventListener object.

A possible Attached Style wouldn't be cloned!

EventListener ( IDocument document, XmlNode node ) : System

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.

Защищенные методы

Метод Описание
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

Приватные методы

Метод Описание
NewXmlNode ( ) : void

News the XML node.

Описание методов

Clone() публичный Метод

Create a deep clone of this EventListener object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
Результат object

CreateAttribute() защищенный Метод

Create a XmlAttribute for propertie XmlNode.
protected CreateAttribute ( string name, string text, string prefix ) : void
name string The attribute name.
text string The attribute value.
prefix string The namespace prefix.
Результат void

EventListener() публичный Метод

Initializes a new instance of the EventListener class.
public EventListener ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Результат System

EventListener() публичный Метод

Initializes a new instance of the EventListener class.
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.
Результат System