Informs the delegate that the given layout manager has invalidated layout information (not glyph information).
Original signature is '- (void)layoutManagerDidInvalidateLayout:(NSLayoutManager *)sender'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
void LayoutManagerDidInvalidateLayout( NSLayoutManager sender )
Sub LayoutManagerDidInvalidateLayout ( _ sender As NSLayoutManager _ )
void LayoutManagerDidInvalidateLayout( NSLayoutManager^ sender )

- sender (NSLayoutManager)
- The layout manager that invalidated layout.

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