AODL.Document.Forms.Controls.ODFListBox.SuppressOptionEvents C# (CSharp) Метод

SuppressOptionEvents() публичный Метод

public SuppressOptionEvents ( ) : void
Результат void
		public void SuppressOptionEvents()
		{
			_options.Inserted -= OptionCollection_Inserted;
			_options.Removed -= OptionCollection_Removed;
		}