NSControlTextError Delegate

Definition

public delegate bool NSControlTextError(NSControl control, string str, string error);
type NSControlTextError = delegate of NSControl * string * string -> bool

Parameters

control
NSControl
str
String
error
String

Return Value

Applies to