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

The type of control that is entering edit mode.


In This Topic
    EditModeEnteringEventArgs Constructor
    In This Topic
    Initializes a new instance of the EditModeEnteringEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal control As Object _
    )
    public EditModeEnteringEventArgs( 
       object control
    )

    Parameters

    control

    The type of control that is entering edit mode.

    See Also