Share via


ItemCollectionTransitionProvider.ShouldAnimateCore Method

Definition

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.

Applies to