MonobjcMonobjc Documented Class Library
NSBrowser..::..BrowserCreateRowsForColumnInMatrixEventHandler Delegate
NamespacesMonobjc.AppKitNSBrowserNSBrowser..::..BrowserCreateRowsForColumnInMatrixEventHandler

Creates a row in the given matrix for each row of data in the specified column of the browser.

Original signature is '- (void)browser:(NSBrowser *)sender createRowsForColumn:(NSInteger)column inMatrix:(NSMatrix *)matrix'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void BrowserCreateRowsForColumnInMatrixEventHandler(
	NSBrowser sender,
	NSInteger column,
	NSMatrix matrix
)
Public Delegate Sub BrowserCreateRowsForColumnInMatrixEventHandler ( _
	sender As NSBrowser, _
	column As NSInteger, _
	matrix As NSMatrix _
)
public delegate void BrowserCreateRowsForColumnInMatrixEventHandler(
	NSBrowser^ sender, 
	NSInteger column, 
	NSMatrix^ matrix
)
Parameters
sender (NSBrowser)
The browser.
column (NSInteger)
The index of the column in which the rows are located.
matrix (NSMatrix)
The matrix in which the rows are created.
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)