Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragStartingEventArgs Class / DragHelper Property

In This Topic
    DragHelper Property (C1DragStartingEventArgs)
    In This Topic
    Gets a reference to the C1DragHelper that originated the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragHelper As C1DragHelper
    public C1DragHelper DragHelper {get;}
    See Also