DataGridViewLinkCell::OnKeyUp Method (KeyEventArgs^, Int32)

 

Called when a character key is released while the focus is on a cell.

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

protected:
virtual void OnKeyUp(
	KeyEventArgs^ e,
	int rowIndex
) override

Parameters

e
Type: System.Windows.Forms::KeyEventArgs^

A KeyEventArgs that contains the event data.

rowIndex
Type: System::Int32

The index of the cell's parent row.

.NET Framework
Available since 2.0
Return to top
Show: