[]
Initializes a new instance of the EditModeExitEventArgs class, specifying the control that is leaving edit mode and the exit type.
public EditModeExitEventArgs(object control, ExitType type)
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. |