GridControl.ColumnsReordered 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::ColumnsReorderedEventHandler ^ ColumnsReordered;
[System.ComponentModel.Category("Grid Events")]
[System.ComponentModel.Description("Occurs when user used drag and drop operation to move a column to a new location within the grid")]
public event Microsoft.ReportingServices.QueryDesigners.ColumnsReorderedEventHandler ColumnsReordered;
[<System.ComponentModel.Category("Grid Events")>]
[<System.ComponentModel.Description("Occurs when user used drag and drop operation to move a column to a new location within the grid")>]
member this.ColumnsReordered : Microsoft.ReportingServices.QueryDesigners.ColumnsReorderedEventHandler
Public Custom Event ColumnsReordered As ColumnsReorderedEventHandler
Event Type
Implements
- Attributes