StandardKeyProcessingEventArgs 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
StandardKeyProcessingEventArgs() | |
StandardKeyProcessingEventArgs(KeyEventArgs) |
StandardKeyProcessingEventArgs()
protected:
StandardKeyProcessingEventArgs();
protected StandardKeyProcessingEventArgs ();
Protected Sub New ()
Applies to
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)
Parameters
- ke
- KeyEventArgs