GridControl.CustomizeCellGDIObjects Ereignis
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Ereignistyp
Implementiert
- Attribute