LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

PlayStateEventArgs Constructor (PlayStateEventArgs)







A PlayState value that represents the current play state.
A PlayState value that represents the old play state.
Initializes a PlayStateEventArgs class with the specified parameters.
Syntax
public PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)
'Declaration
 
Public Function New( _
   ByVal currentState As PlayState, _
   ByVal oldState As PlayState _
)
'Usage
 
Dim currentState As PlayState
Dim oldState As PlayState
 
Dim instance As New PlayStateEventArgs(currentState, oldState)
public PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)
function PlayStateEventArgs( 
   currentState ,
   oldState 
)
public: PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)
public:
PlayStateEventArgs( 
   PlayState currentState,
   PlayState oldState
)

Parameters

currentState
A PlayState value that represents the current play state.
oldState
A PlayState value that represents the old play state.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PlayStateEventArgs Class
PlayStateEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.