DataGrid::OnBackButtonClicked Method (Object^, EventArgs^)

 

Listens for the caption's back button clicked event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
void OnBackButtonClicked(
	Object^ sender,
	EventArgs^ e
)

Parameters

sender
Type: System::Object^

An Object that contains data about the control.

e
Type: System::EventArgs^

An EventArgs that contains data about the event.

.NET Framework
Available since 1.1
Return to top
Show: