NSWorkspaceUrlHandler Delegate

Definition

public delegate void NSWorkspaceUrlHandler(NSDictionary newUrls, NSError error);
type NSWorkspaceUrlHandler = delegate of NSDictionary * NSError -> unit

Parameters

newUrls
NSDictionary
error
NSError

Applies to