GridControl.ColumnWidthChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Tipo evento
Implementazioni
- Attributi