[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ReportNameChanged

ReportNameChanged Event

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.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event EventHandler<ReportNameChangedEventArgs> ReportNameChanged
Returns
Type Description
EventHandler<ReportNameChangedEventArgs> 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.