[]
Occurs when there is a need to update toolbars or other UI elements related to Section reports, due to changes in the report's state or selection.
public event StatusChangedEventHandler StatusChanged
Type | Description |
---|---|
StatusChangedEventHandler | Occurs when there is a need to update toolbars or other UI elements related to Section reports, due to changes in the report's state or selection. |
This event is raised in response to changes that affect the state or configuration of the report, necessitating updates to the UI. This could include changes to the selection, the report's data, or modifications to the design that require toolbars or other UI elements to be refreshed to accurately reflect the current context. Implementing handlers for this event allows for a dynamic and responsive design environment that adjusts to the user's actions and the report's state.