[]
Occurs just before the designer enters edit mode for a report component.
public event EditModeEnteringEventHandler EditModeEntering
Type | Description |
---|---|
EditModeEnteringEventHandler | Occurs just before the designer enters edit mode for a report component. |
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.