GridControl.StandardKeyProcessing Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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
Тип события
Реализации
- Атрибуты