ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragEventArgs Class / DragHelper Property



In This Topic
    DragHelper Property
    In This Topic
    Gets a reference to the C1DragHelper that originated the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragHelper As C1DragHelper
    'Usage
     
    
    Dim instance As C1DragEventArgs
    Dim value As C1DragHelper
     
    value = instance.DragHelper
    public C1DragHelper DragHelper {get;}
    public:
    property C1DragHelper^ DragHelper {
       C1DragHelper^ get();
    }
    See Also