MonobjcMonobjc Documented Class Library
PanelSelectionDidChange Method (sender)
NamespacesMonobjc.AppKitINSOpenSavePanelDelegatePanelSelectionDidChange(Id)

Tells the delegate that the user changed the selection in the specified Save panel.

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
void PanelSelectionDidChange(
	Id sender
)
Sub PanelSelectionDidChange ( _
	sender As Id _
)
void PanelSelectionDidChange(
	Id^ sender
)
Parameters
sender (Id)
The panel whose selection changed.
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)