TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationStartingEventArgs Class / OriginalSource Property

In This Topic
    OriginalSource Property (ManipulationStartingEventArgs)
    In This Topic
    Gets a reference to the object that raised the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OriginalSource As Control
    public Control OriginalSource {get;}

    Property Value

    The object that raised the event.
    See Also