NSApplicationFileCommand Delegate

Definition

public delegate bool NSApplicationFileCommand(NSObject sender, string filename);
type NSApplicationFileCommand = delegate of NSObject * string -> bool

Parameters

sender
NSObject
filename
String

Return Value

Applies to