PHContentEditingInputRequestOptions.SetCanHandleAdjustmentDataHandler Method
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.
Caution
Use 'CanHandleAdjustmentData' property.
Sets the adjustment handler to the provided function.
[System.Obsolete("Use 'CanHandleAdjustmentData' property.")]
public virtual void SetCanHandleAdjustmentDataHandler (Func<Photos.PHAdjustmentData,bool> canHandleAdjustmentDataPredicate);
abstract member SetCanHandleAdjustmentDataHandler : Func<Photos.PHAdjustmentData, bool> -> unit
override this.SetCanHandleAdjustmentDataHandler : Func<Photos.PHAdjustmentData, bool> -> unit
Parameters
- canHandleAdjustmentDataPredicate
- Func<PHAdjustmentData,Boolean>
- Attributes