Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / TouchesCaptured Property


In This Topic
    TouchesCaptured Property (ValidationErrorIndicator)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesCaptured As IEnumerable(Of TouchDevice)
    'Usage
     
    Dim instance As ValidationErrorIndicator
    Dim value As IEnumerable(Of TouchDevice)
     
    value = instance.TouchesCaptured
    public IEnumerable<TouchDevice> TouchesCaptured {get;}
    See Also