[]
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.
public event EventHandler<ReportNameChangedEventArgs> ReportNameChanged
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. |