This topic has not yet been rated - Rate this topic

TimelineMarkerRoutedEventArgs class

Provides event data for the MarkerReached event.

Inheritance

Object
  RoutedEventArgs
    TimelineMarkerRoutedEventArgs

Syntax


public sealed class TimelineMarkerRoutedEventArgs : RoutedEventArgs

Attributes

ActivatableAttribute(NTDDI_WIN8)
MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The TimelineMarkerRoutedEventArgs class has these types of members:

Constructors

The TimelineMarkerRoutedEventArgs class has these constructors.

ConstructorDescription
TimelineMarkerRoutedEventArgs Initializes a new instance of the TimelineMarkerRoutedEventArgs class.

 

Methods

The TimelineMarkerRoutedEventArgs class inherits methods from the Object class.

Properties

The TimelineMarkerRoutedEventArgs class has these properties.

PropertyAccess typeDescription

Marker

Read/writeGets the TimelineMarker that triggered this event.

OriginalSource

Read-onlyGets a reference to the object that raised the event. (Inherited from RoutedEventArgs)

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

RoutedEventArgs

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.