ActiveReports Developer 7
EditModeExitEventArgs Constructor
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > EditModeExitEventArgs Class : EditModeExitEventArgs Constructor

control

The type of control that is exiting edit mode.

type
Exit type.

Glossary Item Box

Initializes a new instance of the EditModeExitEventArgs  class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal control As System.Object, _
   ByVal type As ExitType _
)
C# 
public EditModeExitEventArgs( 
   System.object control,
   ExitType type
)

Parameters

control

The type of control that is exiting edit mode.

type
Exit type.

See Also