MonobjcMonobjc Documented Class Library
ChangeColorMessage Method (sender)
NamespacesMonobjc.AppKitNSColorPanel..::..NSColorPanelDelegateEventDispatcherChangeColorMessage(Id)

Sent to the first responder when the user selects a color in an NSColorPanel object.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void ChangeColorMessage(
	Id sender
)
Public Sub ChangeColorMessage ( _
	sender As Id _
)
public:
void ChangeColorMessage(
	Id^ sender
)
Parameters
sender (Id)
The NSColorPanel sending the message.
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)