Dialog.RootElement.createOnSelected Field
Delegate invoked when the RootElement is tapped.

Syntax

public Func<RootElement, UIKit.UIViewController> createOnSelected

Remarks

If this value is not null, the delegate is invoked when the RootElement is tapped on. The return value should be a UIViewController that will be displayed in response to the tap. If the value is null, the code returns new DialogViewController initialized like this:

c# Example

  new DialogViewController (this, true) { Autorotate = true; }.

Requirements

Namespace: Dialog
Assembly: Dialog-1 (in Dialog-1.dll)
Assembly Versions: 0.0.0.0