UpDownButtonClickEventArgs Constructor
In This Topic
Initializes a new instance of the UpDownButtonClickEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Boolean _
)
public UpDownButtonClickEventArgs(
int ,
bool
)
Parameters
- delta
- done
See Also