C#
VB
C++
The StateChangedEventArgs object is the event arguments object for the StateChangedEventHandler. For more information, see StateChangedEventHandler
public StateChangedEventArgs(
PlayState lastState,
PlayState state
)
Public Function New( _
ByVal lastState As Leadtools.Mediafoundation.PlayState, _
ByVal state As Leadtools.Mediafoundation.PlayState _
)
public:
StateChangedEventArgs(
Leadtools.Mediafoundation.PlayState lastState,
Leadtools.Mediafoundation.PlayState state
)
lastState
Value that specifies the previous state of the object.
state
Value that specifies the new state of the object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET