SelectTransition Method (oldContent, newContent)

Transitionals

Transitionals SelectTransition Method (oldContent, newContent)
NamespacesTransitionalsRandomTransitionSelectorSelectTransition(Object, Object)
Returns a random Transition from the list of Transitions.
Declaration Syntax
C# Visual Basic Visual C++
public override Transition SelectTransition(
	Object oldContent,
	Object newContent
)
Public Overrides Function SelectTransition ( _
	oldContent As Object, _
	newContent As Object _
) As Transition
public:
virtual Transition^ SelectTransition(
	Object^ oldContent, 
	Object^ newContent
) override
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.RandomTransitionSelector.SelectTransition(System.Object,System.Object)]

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