Infragistics2.Win.UltraWinTabControl.v8.1
TabClosingEventHandler Delegate
See Also 
Infragistics.Win.UltraWinTabControl Namespace : TabClosingEventHandler Delegate

sender
e
Delegate for handling the UltraTabControlBase.TabClosing event.

Syntax

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

See Also