ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / EditModeExitEventArgs Class / EditModeExitEventArgs Constructor

The type of control that is exiting edit mode.

Exit type.

In This Topic
    EditModeExitEventArgs Constructor
    In This Topic
    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