AODL.Document.Content.OfficeEvents.EventListeners.NewXmlNode C# (CSharp) Méthode

NewXmlNode() private méthode

Create a new XmlNode.
private NewXmlNode ( ) : void
Résultat void
		private void NewXmlNode()
		{			
			this.Node		= this.Document.CreateNode("event-listeners", "office");
		}