[]
Gets or sets a value indicating whether the drag operation has been handled by the event handler.
public bool Handled { get; set; }
Setting this parameter to true cancels the built-in sort but updates the sorting glyph as if the sort had been performed. This is useful when the event handler performs custom sorting.