[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.EditModeExitEventArgs.-ctor

EditModeExitEventArgs Constructor

EditModeExitEventArgs(object, ExitType)

Initializes a new instance of the EditModeExitEventArgs class, specifying the control that is leaving edit mode and the exit type.

Declaration
public EditModeExitEventArgs(object control, ExitType type)
Parameters
Type Name Description
object control

The control or component that is leaving edit mode.

ExitType type

The manner in which the control is exiting edit mode, as defined by the ExitType enumeration.