Timeline.RemoveRequested Event

Definition

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

C#
public event EventHandler RemoveRequested;

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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also