GridControl.CustomizeCellGDIObjects 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::CustomizeCellGDIObjectsEventHandler ^ CustomizeCellGDIObjects;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Occurs when the grid is about to draw given cell. The background brush will be used only if the cell is in NON-SELECTED state.")]
public event Microsoft.ReportingServices.QueryDesigners.CustomizeCellGDIObjectsEventHandler CustomizeCellGDIObjects;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Occurs when the grid is about to draw given cell. The background brush will be used only if the cell is in NON-SELECTED state.")>]
member this.CustomizeCellGDIObjects : Microsoft.ReportingServices.QueryDesigners.CustomizeCellGDIObjectsEventHandler
Public Custom Event CustomizeCellGDIObjects As CustomizeCellGDIObjectsEventHandler
Event Type
Implements
- Attributes