ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / ColumnHeaderDragCompleted Event

In This Topic
    ColumnHeaderDragCompleted Event (C1DataGrid)
    In This Topic
    Occurs when a column header drag operation finish.
    Syntax
    'Declaration
     
    
    Public Event ColumnHeaderDragCompleted As EventHandler(Of C1DragCompletedEventArgs)
    public event EventHandler<C1DragCompletedEventArgs> ColumnHeaderDragCompleted
    Event Data

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

    PropertyDescription
    Gets the accumulated translation.  
    (Inherited from C1.Silverlight.C1DragEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    See Also