[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.EditModeEntering

EditModeEntering Event

Occurs just before the designer enters edit mode for a report component.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event EditModeEnteringEventHandler EditModeEntering
Returns
Type Description
EditModeEnteringEventHandler Occurs just before the designer enters edit mode for a report component.
Remarks

This event provides an opportunity to intercept the action of entering edit mode. It can be used to implement custom logic before the designer allows editing of report component properties directly within the designer interface.

Listeners can use this event to, for example, validate conditions before editing is permitted or to prevent editing under certain circumstances by cancelling the edit mode transition.