MobileForms Toolkit Documentation

TouchPanel.Scroll Event

public event ScrollEventHandler Scroll;

Event Data

The event handler receives an argument of type ScrollEventArgs containing data related to this event. The following ScrollEventArgs properties provide information specific to this event.

Property Description
NewValue  
OldValue  
ScrollOrientation  
Type  

See Also

TouchPanel Class | Resco.Controls.CommonControls Namespace