BCGSoft.Controls.Grid Namespace > GridControl Class : DropGroupColumnOutsideGroupArea Event |
'Declaration Public Event DropGroupColumnOutsideGroupArea As DragDropColumnEventHandler
'Usage Dim instance As GridControl Dim handler As DragDropColumnEventHandler AddHandler instance.DropGroupColumnOutsideGroupArea, handler
public event DragDropColumnEventHandler DropGroupColumnOutsideGroupArea
public: __event DragDropColumnEventHandler* DropGroupColumnOutsideGroupArea
public: event DragDropColumnEventHandler^ DropGroupColumnOutsideGroupArea
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