[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.EditModeEnteringEventHandler

EditModeEnteringEventHandler Delegate

Represents the method that will handle the event raised when entering edit mode in the designer.

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

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

EditModeEnteringEventArgs e

An EditModeEnteringEventArgs instance containing the event data, including the control entering edit mode and whether the action should be cancelled.

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.

Constructors

Name Description
EditModeEnteringEventHandler(object, IntPtr)

Methods

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