public delegate void ScrollEventHandler( bool UP )
Public Delegate Sub ScrollEventHandler ( UP As Boolean )
type ScrollEventHandler = delegate of UP : bool -> unit
In This Article