[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.EditModeExitEventHandler

EditModeExitEventHandler Delegate

Represents the method that will handle the EditModeExitEventArgs event raised when a control or component exits edit mode within the designer environment.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void EditModeExitEventHandler(object sender, EditModeExitEventArgs e)
Parameters
Type Name Description
object sender

The source of the event, typically the designer surface or control that is exiting edit mode.

EditModeExitEventArgs e

An EditModeExitEventArgs instance containing the event data, including the control exiting edit mode and the type of exit that occurred.

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.

Constructors

Name Description
EditModeExitEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, EditModeExitEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, EditModeExitEventArgs)