GridControl.GridSpecialEvent 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::GridSpecialEventHandler ^ GridSpecialEvent;
[System.ComponentModel.Description("Occurs in response to some custom behavior within the grid control itself")]
public event Microsoft.ReportingServices.QueryDesigners.GridSpecialEventHandler GridSpecialEvent;
[<System.ComponentModel.Description("Occurs in response to some custom behavior within the grid control itself")>]
member this.GridSpecialEvent : Microsoft.ReportingServices.QueryDesigners.GridSpecialEventHandler
Public Custom Event GridSpecialEvent As GridSpecialEventHandler
Event Type
Implements
- Attributes