Accusoft.ImagXpressSdk Namespace > ImageXView Class : Flick Event |
'Declaration Public Event Flick As ImageXView.FlickEventHandler
'Usage Dim instance As ImageXView Dim handler As ImageXView.FlickEventHandler AddHandler instance.Flick, handler
public event ImageXView.FlickEventHandler Flick
public: __event ImageXView.FlickEventHandler* Flick
public: event ImageXView.FlickEventHandler^ Flick
The event handler receives an argument of type FlickEventArgs containing data related to this event. The following FlickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Direction | Gets the direction of the flick. |
FlickStartLocation | Gets the starting location for the flick during a flick motion with the touch interface. |