[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.EditModeEnteringEventArgs

EditModeEnteringEventArgs Class

Provides data for the EditModeEnteringEventHandler event. This class is sealed and cannot be inherited.

Inheritance
EditModeEnteringEventArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public sealed class EditModeEnteringEventArgs : EventArgs
Remarks

The EditModeEnteringEventArgs class is used to provide event data for the EditModeEnteringEventHandler delegate, which is invoked when a control or component within the designer is about to enter edit mode. This event allows for pre-processing before the control enters edit mode, such as validation checks or setting the Cancel property to prevent edit mode from being entered.

Constructors

Name Description
EditModeEnteringEventArgs(object)

Initializes a new instance of the EditModeEnteringEventArgs class, specifying the control that is entering edit mode.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the action of entering edit mode should be canceled.

Control

Gets a value representing the control that is entering edit mode.