Invoked by the default notification center to notify the delegate that the splitview did resize its subviews.
Original signature is '- (void)splitViewDidResizeSubviews:(NSNotification *)aNotification'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
void SplitViewDidResizeSubviews( NSNotification aNotification )
Sub SplitViewDidResizeSubviews ( _ aNotification As NSNotification _ )
void SplitViewDidResizeSubviews( NSNotification^ aNotification )

- aNotification (NSNotification)
- A notification named NSSplitViewDidResizeSubviewsNotification.

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