BCGControlBar Library for .NET
DropColumnOnHeader Event




Raised when a column is dropped on header after drag and drop operation.
Syntax
'Declaration
 
Public Event DropColumnOnHeader As DragDropColumnEventHandler
'Usage
 
Dim instance As GridControl
Dim handler As DragDropColumnEventHandler
 
AddHandler instance.DropColumnOnHeader, handler
public event DragDropColumnEventHandler DropColumnOnHeader
public: __event DragDropColumnEventHandler* DropColumnOnHeader
public:
event DragDropColumnEventHandler^ DropColumnOnHeader
Event Data

The event handler receives an argument of type DragDropColumnEventArgs containing data related to this event. The following DragDropColumnEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
Column Gets the column.
Location Gets the mouse pointer location in client coordinates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback