GridControl.StandardKeyProcessing Event
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.
public:
virtual event Microsoft::ReportingServices::QueryDesigners::StandardKeyProcessingEventHandler ^ StandardKeyProcessing;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Called BEFORE grid does standard processing of some keys (arrows, Tab etc)")]
public event Microsoft.ReportingServices.QueryDesigners.StandardKeyProcessingEventHandler StandardKeyProcessing;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Called BEFORE grid does standard processing of some keys (arrows, Tab etc)")>]
member this.StandardKeyProcessing : Microsoft.ReportingServices.QueryDesigners.StandardKeyProcessingEventHandler
Public Custom Event StandardKeyProcessing As StandardKeyProcessingEventHandler
Event Type
Implements
- Attributes