Version

OnDeferredScrollingEnded Method

Called when the user has completed a scroll thumb drag operation by releasing the mouse.
Syntax
'Declaration
 
Protected Friend Overrides Sub OnDeferredScrollingEnded( _
   ByVal cancelled As Boolean _
) 
protected internal override void OnDeferredScrollingEnded( 
   bool cancelled
)

Parameters

cancelled
Remarks

Note: This method will only be called if GetIsInDeferredScrollingMode returns true.

This is a convenient place for derived classes to cleanup a ToolTip previously created in OnDeferredScrollingStarted.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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