C# 클래스 AODL.Document.Content.OfficeEvents.EventListeners

Summary for EventListeners
상속: IContent, IContentContainer, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Create a deep clone of this EventListeners object.

A possible Attached Style wouldn't be cloned!

EventListeners ( IDocument document, EventListener EventListeners ) : System

Initializes a new instance of the EventListeners class.

EventListeners ( IDocument document, XmlNode node ) : System

Initializes a new instance of the EventListeners class.

비공개 메소드들

메소드 설명
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

메소드 상세

Clone() 공개 메소드

Create a deep clone of this EventListeners object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
리턴 object

EventListeners() 공개 메소드

Initializes a new instance of the EventListeners class.
public EventListeners ( IDocument document, EventListener EventListeners ) : System
document IDocument The document.
EventListeners EventListener Array of EventListeners.
리턴 System

EventListeners() 공개 메소드

Initializes a new instance of the EventListeners class.
public EventListeners ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 System