AODL.Document.Forms.Controls.ODFListBox.SuppressOptionEvents C# (CSharp) Méthode

SuppressOptionEvents() public méthode

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