ActiveReports 13
EditModeExitEventArgs Constructor

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace > EditModeExitEventArgs Class : EditModeExitEventArgs Constructor

The type of control that is exiting edit mode.

Exit type.
Initializes a new instance of the EditModeExitEventArgs  class.
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Object, _
   ByVal type As ExitType _
)
public EditModeExitEventArgs( 
   object control,
   ExitType type
)

Parameters

control

The type of control that is exiting edit mode.

type
Exit type.
See Also

Reference

EditModeExitEventArgs Class
EditModeExitEventArgs Members