ActiveReports Developer 7
DesignerTabChangedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : DesignerTabChangedEventHandler Delegate

sender
The source of the event.
e
A DesignerTabChangedEventArgs that does not contain any event data.

Glossary Item Box

Represents the method that handles the event, containing the active tab information.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DesignerTabChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DesignerTabChangedEventArgs _
) 
C# 
public delegate void DesignerTabChangedEventHandler( 
   System.object sender,
   DesignerTabChangedEventArgs e
)

Parameters

sender
The source of the event.
e
A DesignerTabChangedEventArgs that does not contain any event data.

See Also