MonobjcMonobjc Documented Class Library
BrowserDidScroll Method (sender)
NamespacesMonobjc.AppKitINSBrowserDelegateBrowserDidScroll(NSBrowser)

Notifies the delegate when the browser has scrolled.

Original signature is '- (void)browserDidScroll:(NSBrowser *)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void BrowserDidScroll(
	NSBrowser sender
)
Sub BrowserDidScroll ( _
	sender As NSBrowser _
)
void BrowserDidScroll(
	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)