Share via


KeyPressedOnCellEventArgs Constructors

Definition

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

Applies to