GridControl.KeyPressedOnCell 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::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
Event Type
Implements
- Attributes