Timeline.RemoveRequested Evento
Definizione
Si verifica quando il clock creato per questa sequenza temporale o una delle sequenze temporali padre viene rimosso.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
Tipo evento
Commenti
Questo evento viene generato applicando un' RemoveStoryboard azione a uno storyboard, usando il metodo di uno storyboard Remove oppure, quando si lavora direttamente con orologi, chiamando il ClockController.Remove metodo.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.
Sebbene questo gestore eventi appaia associato a una sequenza temporale, viene effettivamente registrato con Clock creato per questa sequenza temporale.Although this event handler appears to be associated with a timeline, it actually registers with the Clock created for this timeline. Per ulteriori informazioni, vedere Cenni preliminari sugli eventi temporali.For more information, see the Timing Events Overview.