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

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