Share via


GridControl.CustomizeCellGDIObjects Event

Definition

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

Applies to