ActiveReports Developer 7
TouchesCaptured Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TouchesCaptured Property

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TouchesCaptured As System.Collections.Generic.IEnumerable(Of TouchDevice)
C# 
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCaptured {get;}

See Also