共用方式為


NSControlTextValidation 代理人

定義

public delegate bool NSControlTextValidation(NSControl control, NSObject objectToValidate);
type NSControlTextValidation = delegate of NSControl * NSObject -> bool

參數

control
NSControl
objectToValidate
NSObject

傳回值

適用於