Timeline.RemoveRequested Event
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.
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.