PHChangeDetailEnumerator Delegate

Definition

Enumerates differences between snapshots of the objec at the specified indices.

public delegate void PHChangeDetailEnumerator(UIntPtr fromIndex, UIntPtr toIndex);
type PHChangeDetailEnumerator = delegate of unativeint * unativeint -> unit

Parameters

fromIndex
UIntPtr

unativeint

toIndex
UIntPtr

unativeint

Applies to