[To be supplied.]
The following declaration shows the syntax for a method that handles the DownButtonClick event.
[Visual Basic] Private Sub DataGridName_DownButtonClick( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void DataGridName_DownButtonClick( object sender, EventArgs e ); [C++] private: void DataGridName_DownButtonClick( Object* sender, EventArgs* e ); [JScript] private DataGridName_DownButtonClick( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
DataGrid Class | DataGrid MembersTopic | System.WinForms Namespace