ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / DesignerTabChanged Event

In This Topic
    DesignerTabChanged Event
    In This Topic
    Raised when the designer tab changes.
    Syntax
    'Declaration
     
    Public Event DesignerTabChanged As DesignerTabChangedEventHandler
    public event DesignerTabChangedEventHandler DesignerTabChanged
    Event Data

    The event handler receives an argument of type DesignerTabChangedEventArgs containing data related to this event. The following DesignerTabChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the DesignerTab enumeration that indicates what tab is currently active.  
    See Also