'Declaration
Public Event MarkerReached As TimelineMarkerRoutedEventHandler
public event TimelineMarkerRoutedEventHandler MarkerReached
Event Data
The event handler receives an argument of type TimelineMarkerRoutedEventArgs containing data related to this event. The following TimelineMarkerRoutedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Marker | |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
See Also