MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DesignerTabChangedEventHandler Delegate
The source of the event.
A DesignerTabChangedEventArgs that does not contain any event data.

In This Topic
DesignerTabChangedEventHandler Delegate
In This Topic
Represents the method that handles the event, containing the active tab information.
Syntax
'Declaration
 
Public Delegate Sub DesignerTabChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DesignerTabChangedEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A DesignerTabChangedEventArgs that does not contain any event data.
Remarks
This delegate is used in conjunction with the DesignerTabChangedEventArgs event to provide a way for applications to respond to changes in the active tab within the designer interface. When the active tab changes, the event is raised, and any registered handlers are invoked.
See Also