KeyPressedOnCellEventArgs Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
KeyPressedOnCellEventArgs() | |
KeyPressedOnCellEventArgs(Int64, Int32, Keys, Keys) |
KeyPressedOnCellEventArgs()
protected:
KeyPressedOnCellEventArgs();
protected KeyPressedOnCellEventArgs ();
Protected Sub New ()
Aplica-se a
KeyPressedOnCellEventArgs(Int64, Int32, Keys, Keys)
public:
KeyPressedOnCellEventArgs(long nCurRow, int nCurCol, System::Windows::Forms::Keys k, System::Windows::Forms::Keys m);
public KeyPressedOnCellEventArgs (long nCurRow, int nCurCol, System.Windows.Forms.Keys k, System.Windows.Forms.Keys m);
new Microsoft.ReportingServices.QueryDesigners.KeyPressedOnCellEventArgs : int64 * int * System.Windows.Forms.Keys * System.Windows.Forms.Keys -> Microsoft.ReportingServices.QueryDesigners.KeyPressedOnCellEventArgs
Public Sub New (nCurRow As Long, nCurCol As Integer, k As Keys, m As Keys)
Parâmetros
- nCurRow
- Int64
- nCurCol
- Int32
- k
- Keys
- m
- Keys