Search
ScrollArrowEventArgs Constructor
See Also
 





Initializes a new instance of the ScrollArrowEventArgs class.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public ScrollArrowEventArgs (
    ScrollDirection p
)

Visual Basic  Copy Code

Public New ( _
    p As ScrollDirection _
)

 Parameters

p

A member of the ScrollDirection enumeration.

 See Also