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

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

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

    PropertyDescription
    (Inherited from C1.Silverlight.C1DragEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    Gets the absolute point where the gesture started.  
    (Inherited from C1.Silverlight.C1InputEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    (Inherited from C1.Silverlight.C1InputEventArgs)
    See Also