UIVideo.SaveStatus Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate signature that is invoked after the video is saved.
public delegate void UIVideo.SaveStatus(string path, NSError error);
type UIVideo.SaveStatus = delegate of string * NSError -> unit
Parameters
- path
- String
- error
- NSError