MonobjcMonobjc Documented Class Library
ViewSizeChanged Method (sender)
NamespacesMonobjc.AppKitINSColorPickingDefaultViewSizeChanged(Id)

Tells the recever when the color panel's view size changes in a way that might affect the color picker.

Original signature is '- (void)viewSizeChanged:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void ViewSizeChanged(
	Id sender
)
Sub ViewSizeChanged ( _
	sender As Id _
)
void ViewSizeChanged(
	Id^ sender
)
Parameters
sender (Id)
The NSColorPanel that contains the color picker.
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)