Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Button Class / OnTouchDown Method

In This Topic
    OnTouchDown Method (C1Button)
    In This Topic
    Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element.Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnTouchDown( _
       ByVal e As TouchEventArgs _
    ) 
    protected override void OnTouchDown( 
       TouchEventArgs e
    )

    Parameters

    e
    See Also