ItemCollectionTransition.Start 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.
Notifies the ItemCollectionTransitionProvider that this transition will be animated.
public:
virtual ItemCollectionTransitionProgress ^ Start() = Start;
ItemCollectionTransitionProgress Start();
public ItemCollectionTransitionProgress Start();
function start()
Public Function Start () As ItemCollectionTransitionProgress
Returns
An ItemCollectionTransitionProgress object that can be used to notify when the transition animation is complete.
Remarks
This method should be called by a class that derives from ItemCollectionTransitionProvider in its StartTransitions method. It notifies the ItemCollectionTransitionProvider that this transition will be animated. If this method is not called on a ItemCollectionTransition by the time ItemCollectionTransitionProvider.StartTransitions returns, the ItemCollectionTransitionProvider will automatically raise the TransitionCompleted event to denote the fact that there are no animations related to this transition for which to wait.