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

NewXmlNode() private method

News the XML node.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node = this.Document.CreateNode("event-listener", "script");
		}