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

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

Parameters

sender
The source of the event.
e
A EditModeExitEventArgs that does not contain any event data.
Remarks
This delegate is associated with the EditModeExitEventArgs event. It allows for custom actions to be taken when a control or component within the designer is exiting edit mode. This can include validation, cleanup, or other post-editing actions.
See Also