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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.