KeyPressedOnCellEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
KeyPressedOnCellEventArgs() | |
KeyPressedOnCellEventArgs(Int64, Int32, Keys, Keys) |
KeyPressedOnCellEventArgs()
protected:
KeyPressedOnCellEventArgs();
protected KeyPressedOnCellEventArgs ();
Protected Sub New ()
適用対象
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)
パラメーター
- nCurRow
- Int64
- nCurCol
- Int32
- k
- Keys
- m
- Keys