Timeline.RemoveRequested Event

Definition

Occurs when the clock created for this timeline or one of its parent timelines is removed.

public:
 event EventHandler ^ RemoveRequested;
public event EventHandler RemoveRequested;
member this.RemoveRequested : EventHandler 
Public Custom Event RemoveRequested As EventHandler 

Event Type

Remarks

This event is raised by applying a RemoveStoryboard action to a storyboard, using a Storyboard's Remove method, or (when working directly with clocks) calling the ClockController.Remove method.

Although this event handler appears to be associated with a timeline, it actually registers with the Clock created for this timeline. For more information, see the Timing Events Overview.

Applies to

See also