NSControlCommand Delegate

Definition

public delegate bool NSControlCommand(NSControl control, NSTextView textView, Selector commandSelector);
type NSControlCommand = delegate of NSControl * NSTextView * Selector -> bool

Parameters

control
NSControl
textView
NSTextView
commandSelector
Selector

Return Value

Applies to