Share via


LoadFileRepresentationHandler Delegate

Definition

public delegate void LoadFileRepresentationHandler(NSUrl? fileUrl, bool openInPlace, NSError? error);
type LoadFileRepresentationHandler = delegate of NSUrl * bool * NSError -> unit

Parameters

fileUrl
NSUrl
openInPlace
Boolean
error
NSError

Applies to