C1.Silverlight.DataGrid Namespace > C1DataGrid Class : ColumnHeaderDragDelta Event |
'Declaration
Public Event ColumnHeaderDragDelta As System.EventHandler(Of C1DragDeltaEventArgs)
public event System.EventHandler<C1DragDeltaEventArgs> ColumnHeaderDragDelta
The event handler receives an argument of type C1.Silverlight.C1DragDeltaEventArgs containing data related to this event. The following C1DragDeltaEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CumulativeTranslation | |
DeltaTranslation | |
DragHelper | (Inherited from C1.Silverlight.C1DragEventArgs) |
Handled | (Inherited from C1.Silverlight.C1InputEventArgs) |
IsInertial | |
OriginalEventArgs | (Inherited from C1.Silverlight.C1InputEventArgs) |
OriginalSource | (Inherited from C1.Silverlight.C1InputEventArgs) |
PointerDeviceType | (Inherited from C1.Silverlight.C1InputEventArgs) |
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