Returns whether the selection should change.
Original signature is '- (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
bool SelectionShouldChangeInTableView( NSTableView aTableView )
Function SelectionShouldChangeInTableView ( _ aTableView As NSTableView _ ) As Boolean
bool SelectionShouldChangeInTableView( NSTableView^ aTableView )

- aTableView (NSTableView)
- The table view that sent the message.

YES to allow the table view to change its selection (typically a row being edited), NO to deny selection change.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)