Juan
Juan

Reputation: 15715

Should I unbind on Dispose?

If I bind stuff to a Control by calling the Add method of its DataBindings property, will the control's Dispose method remove the bindings automatically or do I have to remove them manually?

Upvotes: 3

Views: 187

Answers (1)

Ken D
Ken D

Reputation: 5968

No, you don't have to.

Upvotes: 2

Related Questions