NSApplicationHandlesKey Delegate

Definition

public delegate bool NSApplicationHandlesKey(NSApplication sender, string key);
type NSApplicationHandlesKey = delegate of NSApplication * string -> bool

Parameters

sender
NSApplication
key
String

Return Value

Applies to