FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / HyperlinkButton Class / TouchesCaptured Property

In This Topic
    TouchesCaptured Property (HyperlinkButton)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesCaptured As IEnumerable(Of TouchDevice)
    public IEnumerable<TouchDevice> TouchesCaptured {get;}
    See Also