MonobjcMonobjc Documented Class Library
NSLayoutManager..::..LayoutManagerDidInvalidateLayoutEventHandler Delegate
NamespacesMonobjc.AppKitNSLayoutManagerNSLayoutManager..::..LayoutManagerDidInvalidateLayoutEventHandler

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.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void LayoutManagerDidInvalidateLayoutEventHandler(
	NSLayoutManager sender
)
Public Delegate Sub LayoutManagerDidInvalidateLayoutEventHandler ( _
	sender As NSLayoutManager _
)
public delegate void LayoutManagerDidInvalidateLayoutEventHandler(
	NSLayoutManager^ sender
)
Parameters
sender (NSLayoutManager)
The layout manager that invalidated layout.
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)