AODL.Document.Content.OfficeEvents.EventListeners.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

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