KeyPressedOnCellEventArgs Constructors
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.
Overloads
KeyPressedOnCellEventArgs() | |
KeyPressedOnCellEventArgs(Int64, Int32, Keys, Keys) |
KeyPressedOnCellEventArgs()
protected:
KeyPressedOnCellEventArgs();
protected KeyPressedOnCellEventArgs ();
Protected Sub New ()
Applies to
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)
Parameters
- nCurRow
- Int64
- nCurCol
- Int32
- k
- Keys
- m
- Keys