Version

ActivityScrollButtonClicked Event

Fired when an ActivityScrollButtonUIElement. is clicked by the user.
Syntax
'Declaration
 
Public Event ActivityScrollButtonClicked As ActivityScrollButtonClickedHandler
public event ActivityScrollButtonClickedHandler ActivityScrollButtonClicked
Event Data

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

PropertyDescription
Direction Returns the direction in which the button scrolls, i.e., up or down.
Owner Returns the Owner associated with the button, or null if the button is not associated with an Owner.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also