LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
OldState Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > PlayStateEventArgs Class : OldState Property




Gets the old PlayState.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OldState As PlayState
Visual Basic (Usage)Copy Code
Dim instance As PlayStateEventArgs
Dim value As PlayState
 
value = instance.OldState
C# 
public PlayState OldState {get;}
Managed Extensions for C++ 
public: __property PlayState get_OldState();
C++/CLI 
public:
property PlayState OldState {
   PlayState get();
}

Property Value

A PlayState value that represents the old play state.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also