Notifies the delegate when the browser will scroll.
Original signature is '- (void)browserWillScroll:(NSBrowser *)sender'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public delegate void BrowserWillScrollEventHandler(
NSBrowser sender
)
Public Delegate Sub BrowserWillScrollEventHandler ( _
sender As NSBrowser _
)
public delegate void BrowserWillScrollEventHandler(
NSBrowser^ sender
)

Parameters
- sender (NSBrowser)
- The browser sending the message.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)