ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ReportNameChanged Event

In This Topic
    ReportNameChanged Event
    In This Topic
    Occurs when the name of the report changes. This event can be used to respond to changes in the report's name, such as updating UI elements or performing additional logic.
    Syntax
    'Declaration
     
    Public Event ReportNameChanged As EventHandler(Of ReportNameChangedEventArgs)
    public event EventHandler<ReportNameChangedEventArgs> ReportNameChanged
    Event Data

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

    PropertyDescription
    Gets the name of the report.  
    See Also