UIPrintInteractionController.GetViewController Property

Definition

Delegate invoked by the object to get a value.

public UIKit.UIPrintInteraction GetViewController { get; set; }
member this.GetViewController : UIKit.UIPrintInteraction with get, set

Property Value

An instance of the UIPrintInteractionController class or null if the object cannot be created.

Remarks

Developers assign a function, delegate or anonymous method to this property to return a value to the object. If developers assign a value to this property, it this will reset the value for the WeakDelegate property to an internal handler that maps delegates to events.

Applies to