KeyPressedOnCellEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| KeyPressedOnCellEventArgs() | |
| KeyPressedOnCellEventArgs(Int64, Int32, Keys, Keys) |
KeyPressedOnCellEventArgs()
protected:
KeyPressedOnCellEventArgs();
protected KeyPressedOnCellEventArgs ();
Protected Sub New ()
S’applique à
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)
Paramètres
- nCurRow
- Int64
- nCurCol
- Int32
- k
- Keys
- m
- Keys