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