MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / EditModeEnteringEventHandler Delegate
The source of the event.
A EditModeEnteringEventArgs that does not contain any event data.

In This Topic
EditModeEnteringEventHandler Delegate
In This Topic
Represents a method that handles the EditModeEntering event.
Syntax
'Declaration
 
Public Delegate Sub EditModeEnteringEventHandler( _
   ByVal sender As Object, _
   ByVal e As EditModeEnteringEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A EditModeEnteringEventArgs that does not contain any event data.
Remarks
This delegate is associated with the EditModeEnteringEventArgs event. It allows for custom actions to be taken when a control or component within the designer is about to enter edit mode. This can include validation, customization of the editing experience, or cancellation of the edit mode entry.
See Also