'Declaration
Public Event ColumnHeaderDragDelta As System.EventHandler(Of C1DragDeltaEventArgs)
public event System.EventHandler<C1DragDeltaEventArgs> ColumnHeaderDragDelta
Event Data
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) |
See Also