| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub TabClosingEventHandler( _ ByVal sender As Object, _ ByVal e As TabClosingEventArgs _ ) | |
| C# | |
|---|---|
public delegate void TabClosingEventHandler( object sender, TabClosingEventArgs e ) | |
Parameters
- sender
- e
| Infragistics2.Win.UltraWinTabControl.v8.1 | |
| TabClosingEventHandler Delegate | |
| See Also | |
|
| Infragistics.Win.UltraWinTabControl Namespace : TabClosingEventHandler Delegate |
| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub TabClosingEventHandler( _ ByVal sender As Object, _ ByVal e As TabClosingEventArgs _ ) | |
| C# | |
|---|---|
public delegate void TabClosingEventHandler( object sender, TabClosingEventArgs e ) | |