GridControl.MouseButtonClicked 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::MouseButtonClickedEventHandler ^ MouseButtonClicked;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Called when user clicked on some cell AFTER all the processing was done but BEFORE the grid is redrawn")]
public event Microsoft.ReportingServices.QueryDesigners.MouseButtonClickedEventHandler MouseButtonClicked;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Called when user clicked on some cell AFTER all the processing was done but BEFORE the grid is redrawn")>]
member this.MouseButtonClicked : Microsoft.ReportingServices.QueryDesigners.MouseButtonClickedEventHandler
Public Custom Event MouseButtonClicked As MouseButtonClickedEventHandler
Event Type
Implements
- Attributes