Show / Hide Table of Contents

Class ElementsControllerTransitionContext

The Elements Controller transition context provides detailed information about a view controller transition, such as the view controllers involved.

Inheritance
System.Object
ViewControllerTransitionContext<ElementsController>
ElementsControllerTransitionContext
Implements
ITransitionContext
IAppearable
Inherited Members
ViewControllerTransitionContext<ElementsController>.Identifier
ViewControllerTransitionContext<ElementsController>.ToViewController
ViewControllerTransitionContext<ElementsController>.FromViewController
ViewControllerTransitionContext<ElementsController>.OwnerViewController
ViewControllerTransitionContext<ElementsController>.Animated
ViewControllerTransitionContext<ElementsController>.Interactive
ViewControllerTransitionContext<ElementsController>.IntermediaryViewControllers
ViewControllerTransitionContext<ElementsController>.ITransitionContext.Animated
ViewControllerTransitionContext<ElementsController>.ITransitionContext.Interactive
ViewControllerTransitionContext<ElementsController>.IAppearable.BeginAppearanceTransition(Boolean)
ViewControllerTransitionContext<ElementsController>.IAppearable.EndAppearanceTransition()
ViewControllerTransitionContext<ElementsController>.ITransitionContext.ShowToViewController()
ViewControllerTransitionContext<ElementsController>.ITransitionContext.HideRelevantViewControllerIfNecessary(Boolean)
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

Implements

ITransitionContext
IAppearable
Back to top © 2019 Pelican 7 LTD. All rights reserved.