Share via


GridControl.KeyPressedOnCell Event

Definition

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

Applies to