AODL.Document.Forms.Controls.ODFListBox.SuppressOptionEvents C# (CSharp) Method

SuppressOptionEvents() public method

public SuppressOptionEvents ( ) : void
return void
		public void SuppressOptionEvents()
		{
			_options.Inserted -= OptionCollection_Inserted;
			_options.Removed -= OptionCollection_Removed;
		}