protected static Action<ScrollViewer> GetVerticalAction(
double delta
)
Protected Shared Function GetVerticalAction (
delta As Double
) As Action(Of ScrollViewer)
protected:
static Action<ScrollViewer^>^ GetVerticalAction(
double delta
)
static member GetVerticalAction :
delta : float -> Action<ScrollViewer>