DataGridViewCell.OnKeyUp(KeyEventArgs, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a character key is released while the focus is on a cell.
protected:
virtual void OnKeyUp(System::Windows::Forms::KeyEventArgs ^ e, int rowIndex);
protected virtual void OnKeyUp (System.Windows.Forms.KeyEventArgs e, int rowIndex);
abstract member OnKeyUp : System.Windows.Forms.KeyEventArgs * int -> unit
override this.OnKeyUp : System.Windows.Forms.KeyEventArgs * int -> unit
Protected Overridable Sub OnKeyUp (e As KeyEventArgs, rowIndex As Integer)
Parameters
A KeyEventArgs that contains the event data.
- rowIndex
- Int32
The index of the cell's parent row.
Remarks
This method is similar to the Control.OnKeyUp method. It is called in the same circumstances in which a KeyUp event is raised, but it does not actually raise the event.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.