NSAttributedRangeCallback Delegate

Definition

public delegate void NSAttributedRangeCallback(NSDictionary attrs, NSRange range, ref bool stop);
type NSAttributedRangeCallback = delegate of NSDictionary * NSRange *  -> unit

Parameters

attrs
NSDictionary
range
NSRange
stop
Boolean

Applies to