次の方法で共有


StandardKeyProcessingEventArgs コンストラクター

定義

オーバーロード

StandardKeyProcessingEventArgs()
StandardKeyProcessingEventArgs(KeyEventArgs)

StandardKeyProcessingEventArgs()

protected:
 StandardKeyProcessingEventArgs();
protected StandardKeyProcessingEventArgs ();
Protected Sub New ()

適用対象

StandardKeyProcessingEventArgs(KeyEventArgs)

public:
 StandardKeyProcessingEventArgs(System::Windows::Forms::KeyEventArgs ^ ke);
public StandardKeyProcessingEventArgs (System.Windows.Forms.KeyEventArgs ke);
new Microsoft.ReportingServices.QueryDesigners.StandardKeyProcessingEventArgs : System.Windows.Forms.KeyEventArgs -> Microsoft.ReportingServices.QueryDesigners.StandardKeyProcessingEventArgs
Public Sub New (ke As KeyEventArgs)

パラメーター

適用対象