BCGSoft.Controls.Grid Namespace > GridControl Class : DropColumnOutsideGroupAndHeader Event |
'Declaration Public Event DropColumnOutsideGroupAndHeader As DragDropColumnEventHandler
'Usage Dim instance As GridControl Dim handler As DragDropColumnEventHandler AddHandler instance.DropColumnOutsideGroupAndHeader, handler
public event DragDropColumnEventHandler DropColumnOutsideGroupAndHeader
public: __event DragDropColumnEventHandler* DropColumnOutsideGroupAndHeader
public: event DragDropColumnEventHandler^ DropColumnOutsideGroupAndHeader
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.
Property | Description |
---|---|
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
Column | Gets the column. |
Location | Gets the mouse pointer location in client coordinates. |
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