Edit

Share via


UIPrintInteraction Delegate

Definition

A delegate signature to return a UIViewController for a UIPrintInteractionController.

C#
public delegate UIKit.UIViewController UIPrintInteraction(UIPrintInteractionController printInteractionController);

Parameters

printInteractionController
UIPrintInteractionController

The caller printInteractionController.

Return Value

Should return the parent view controller to host the UIPrintInteractionController. If the value is null, then the default behavior is used.

Applies to

Product Versions
Xamarin iOS SDK 12