AODL.Document.Styles.AbstractStyle.AbstractStyle C# (CSharp) Method

AbstractStyle() public method

public AbstractStyle ( ) : System
return System
		public AbstractStyle()
		{
			this.PropertyCollection				= new IPropertyCollection();
			this.PropertyCollection.Inserted	+= PropertyCollection_Inserted;
			this.PropertyCollection.Removed		+= PropertyCollection_Removed;
		}