[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.EditModeExit

EditModeExit Event

Occurs immediately after the designer exits edit mode for a report component.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event EditModeExitEventHandler EditModeExit
Returns
Type Description
EditModeExitEventHandler Occurs immediately after the designer exits edit mode for a report component.
Remarks

This event is triggered when the designer transitions out of edit mode, which could be due to the user completing their modifications or cancelling the edit operation. It provides an opportunity to execute custom logic after editing has concluded, such as validation, cleanup, or updating other parts of the UI in response to the changes made.

Listeners can use this event to perform actions that need to occur once editing is no longer active, ensuring that any necessary adjustments or checks are made following the edit session.