Ste
Ste

Reputation: 1520

capture tabpage close event

i'm using this control http://www.codeproject.com/KB/tabs/NewCustomTabControl.aspx, the one with the close red X ( like chrome ) on every tabs. I need in my project to capture if a tab is close by the red X.. How can I do it? Thx

Upvotes: 0

Views: 1775

Answers (1)

David
David

Reputation: 219127

According to the page to which you linked, there's a TabClosing event that fires when a tab is being closed.

Upvotes: 1

Related Questions