LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PlayStateEventArgs Constructor (PlayStateEventArgs)

Show in webframe






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
)
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

See Also

Reference

PlayStateEventArgs Class
PlayStateEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.