LoadInPlaceFileRepresentationHandler Delegate

Definition

public delegate void LoadInPlaceFileRepresentationHandler(NSUrl fileUrl, bool isInPlace, NSError error);
type LoadInPlaceFileRepresentationHandler = delegate of NSUrl * bool * NSError -> unit

Parameters

fileUrl
NSUrl
isInPlace
Boolean
error
NSError

Applies to