DataGrid.ColumnHeaderDragDelta 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.
Occurs every time the mouse position changes while the user drags a column header.
public:
event EventHandler<System::Windows::Controls::Primitives::DragDeltaEventArgs ^> ^ ColumnHeaderDragDelta;
public event EventHandler<System.Windows.Controls.Primitives.DragDeltaEventArgs> ColumnHeaderDragDelta;
member this.ColumnHeaderDragDelta : EventHandler<System.Windows.Controls.Primitives.DragDeltaEventArgs>
Public Custom Event ColumnHeaderDragDelta As EventHandler(Of DragDeltaEventArgs)
Public Event ColumnHeaderDragDelta As EventHandler(Of DragDeltaEventArgs)
Event Type
Remarks
Users can change the column order by dragging column headers only if the CanUserReorderColumns property is true
.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.