ItemCollectionTransitionProvider.ShouldAnimateCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the behavior for calls to ShouldAnimate. Retrieves a value that indicates whether or not this transition should be animated.
protected:
virtual bool ShouldAnimateCore(ItemCollectionTransition ^ transition) = ShouldAnimateCore;
bool ShouldAnimateCore(ItemCollectionTransition const& transition);
protected virtual bool ShouldAnimateCore(ItemCollectionTransition transition);
function shouldAnimateCore(transition)
Protected Overridable Function ShouldAnimateCore (transition As ItemCollectionTransition) As Boolean
Parameters
- transition
- ItemCollectionTransition
The transition that might be animated.
Returns
Boolean
bool
true
if the transition should be animated; otherwise, false
. The default implementation returns false
if not overridden in a derived class.