EditModeEnteringEventArgs Constructor
In This Topic
Initializes a new instance of the EditModeEnteringEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public EditModeEnteringEventArgs(
object
)
Parameters
- control
The type of control that is entering edit mode.
See Also