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
Public Delegate Sub BrowserDidChangeLastColumnToColumnEventHandler ( _
browser As NSBrowser, _
oldLastColumn As NSInteger, _
column As NSInteger _
)

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)