GridControl.ColumnWidthChanged 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::ColumnWidthChangedEventHandler ^ ColumnWidthChanged;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Called when width of a column has changed")]
public event Microsoft.ReportingServices.QueryDesigners.ColumnWidthChangedEventHandler ColumnWidthChanged;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Called when width of a column has changed")>]
member this.ColumnWidthChanged : Microsoft.ReportingServices.QueryDesigners.ColumnWidthChangedEventHandler
Public Custom Event ColumnWidthChanged As ColumnWidthChangedEventHandler
Event Type
Implements
- Attributes