Transitionals
SelectTransition Method (oldContent, newContent)
Namespaces ► Transitionals ► RandomTransitionSelector ► SelectTransition(Object, Object)
Returns a random Transition from the list of Transitions.

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

The transition used to display the content or nullNothingnullptr if a
transition should not be used.

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