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)

参数

适用于