Here we check to see if it is OK to remove this instance from the collection.
[Visual Basic] Overrides Protected Function CanRemoveInstance( _ ByVal value As Object _ ) As Boolean [C#] protected override bool CanRemoveInstance( object value ); [C++] protected: override bool CanRemoveInstance( Object* value ); [JScript] protected override function CanRemoveInstance( value : Object ) : Boolean;
TablesCollectionEditor Class | TablesCollectionEditor Members | System.Data.Design Namespace