Share via


NSAttributedStringCallback Delegate

Definition

public delegate void NSAttributedStringCallback(NSObject value, NSRange range, ref bool stop);
type NSAttributedStringCallback = delegate of NSObject * NSRange * bool -> unit

Parameters

value
NSObject
range
NSRange
stop
Boolean

Applies to