MonobjcMonobjc Documented Class Library
PanelDidChangeToDirectoryURL Method (sender, url)
NamespacesMonobjc.AppKitINSOpenSavePanelDelegatePanelDidChangeToDirectoryURL(Id, NSURL)

Informs the delegate that the user changed the selected directory to the directory located at the specified URL. The URL may be nil if the current URL can’t be represented by an NSURL object.

Original signature is '- (void)panel:(id)sender didChangeToDirectoryURL:(NSURL *)url'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
void PanelDidChangeToDirectoryURL(
	Id sender,
	NSURL url
)
Sub PanelDidChangeToDirectoryURL ( _
	sender As Id, _
	url As NSURL _
)
void PanelDidChangeToDirectoryURL(
	Id^ sender, 
	NSURL^ url
)
Parameters
sender (Id)
The panel whose directory changed.
url (NSURL)
The URL of the new directory, or nil if it can’t be represented by an NSURL object.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)