Class DocumentViewControllerDidShowLeadingPanelViewControllerArgsEventArgs
Inheritance
System.Object
DocumentViewControllerDidShowLeadingPanelViewControllerArgsEventArgs
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class DocumentViewControllerDidShowLeadingPanelViewControllerArgsEventArgs : EventArgs
Constructors
DocumentViewControllerDidShowLeadingPanelViewControllerArgsEventArgs(UIViewController)
Declaration
public DocumentViewControllerDidShowLeadingPanelViewControllerArgsEventArgs(UIViewController viewController)
Parameters
Type | Name | Description |
---|---|---|
UIKit.UIViewController | viewController |
Properties
ViewController
Declaration
public UIViewController ViewController { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIViewController |