ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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
    public C1DragHelper DragHelper {get;}
    See Also