MonobjcMonobjc Documented Class Library
BrowserDidChangeLastColumnToColumnMessage Method (browser, oldLastColumn, column)
NamespacesMonobjc.AppKitNSBrowser..::..NSBrowserDelegateEventDispatcherBrowserDidChangeLastColumnToColumnMessage(NSBrowser, NSInteger, NSInteger)

Tells the delegate that the browser’s last column changed.

Original signature is '- (void)browser:(NSBrowser *)browser didChangeLastColumn:(NSInteger)oldLastColumn toColumn:(NSInteger)column'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void BrowserDidChangeLastColumnToColumnMessage(
	NSBrowser browser,
	NSInteger oldLastColumn,
	NSInteger column
)
Public Sub BrowserDidChangeLastColumnToColumnMessage ( _
	browser As NSBrowser, _
	oldLastColumn As NSInteger, _
	column As NSInteger _
)
public:
void BrowserDidChangeLastColumnToColumnMessage(
	NSBrowser^ browser, 
	NSInteger oldLastColumn, 
	NSInteger column
)
Parameters
browser (NSBrowser)
The browser.
oldLastColumn (NSInteger)
The index of the old last column.
column (NSInteger)
The index of the new last column.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)