GridControl.KeyPressedOnCell Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
virtual event Microsoft::ReportingServices::QueryDesigners::KeyPressedOnCellEventHandler ^ KeyPressedOnCell;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Occurs when a user pressed some keyboard key while the grid had the focus and a current cell")]
public event Microsoft.ReportingServices.QueryDesigners.KeyPressedOnCellEventHandler KeyPressedOnCell;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Occurs when a user pressed some keyboard key while the grid had the focus and a current cell")>]
member this.KeyPressedOnCell : Microsoft.ReportingServices.QueryDesigners.KeyPressedOnCellEventHandler
Public Custom Event KeyPressedOnCell As KeyPressedOnCellEventHandler
Тип события
Реализации
- Атрибуты