System.Windows.Forms.ListView.CheckedListViewItemCollection.CheckedListViewItemCollection C# (CSharp) Méthode

CheckedListViewItemCollection() public méthode

public CheckedListViewItemCollection ( ListView owner ) : System.Collections
owner ListView
Résultat System.Collections
			public CheckedListViewItemCollection (ListView owner)
			{
				this.owner = owner;
				this.owner.Items.Changed += new CollectionChangedHandler (
					ItemsCollection_Changed);
			}
			#endregion	// Public Constructor