Class ElementsControllerTransitionContext
The Elements Controller transition context provides detailed information about a view controller transition, such as the view controllers involved.
Inheritance
System.Object
ElementsControllerTransitionContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public class ElementsControllerTransitionContext : ViewControllerTransitionContext<ElementsController>, ITransitionContext, IAppearable
Constructors
ElementsControllerTransitionContext(ViewControllerTransitionIdentifier, ElementsController, ElementsController, ElementsController, Boolean, Boolean, Stack<ElementsController>)
Declaration
public ElementsControllerTransitionContext(ViewControllerTransitionIdentifier identifier, ElementsController toViewController, ElementsController fromViewController, ElementsController ownerViewController, bool animated, bool interactive, Stack<ElementsController> intermediaryViewControllers = null)
Parameters
Type | Name | Description |
---|---|---|
ViewControllerTransitionIdentifier | identifier | |
ElementsController | toViewController | |
ElementsController | fromViewController | |
ElementsController | ownerViewController | |
System.Boolean | animated | |
System.Boolean | interactive | |
System.Collections.Generic.Stack<ElementsController> | intermediaryViewControllers |