All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hi Hon,
You can subscribe to the TabRemoved event of the TabbedFormControl. The event handler will be hit when the user clicks on the tab close button.
public partial class RadForm2 : RadTabbedForm { public RadForm2() { InitializeComponent(); this.TabbedFormControl.TabRemoved += TabbedFormControl_TabRemoved; } private void TabbedFormControl_TabRemoved(object sender, RadTabbedFormControlEventArgs e) { } }
Let me know if further assistance is required.
Regards, Dinko | Tech Support Engineer Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.