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

NewXmlNode() private méthode

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