SelectTransition Method (oldContent, newContent)

Transitionals

Transitionals SelectTransition Method (oldContent, newContent)
NamespacesTransitionalsTransitionSelectorSelectTransition(Object, Object)
When overridden in a derived class, returns a Transition based on custom logic.
Declaration Syntax
C# Visual Basic Visual C++
public virtual Transition SelectTransition(
	Object oldContent,
	Object newContent
)
Public Overridable Function SelectTransition ( _
	oldContent As Object, _
	newContent As Object _
) As Transition
public:
virtual Transition^ SelectTransition(
	Object^ oldContent, 
	Object^ newContent
)
Parameters
oldContent (Object)
The old content that is currently displayed.
newContent (Object)
The new content that is to be displayed.
Return Value
The transition used to display the content or nullNothingnullptr if a transition should not be used.
Remarks

[Missing <remarks> documentation for M:Transitionals.TransitionSelector.SelectTransition(System.Object,System.Object)]

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)