AODL.Document.Forms.Controls.ODFListBox.SuppressOptionEvents C# (CSharp) 메소드

SuppressOptionEvents() 공개 메소드

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