Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal currentState As PlayState, _ ByVal oldState As PlayState _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim currentState As PlayState Dim oldState As PlayState Dim instance As New PlayStateEventArgs(currentState, oldState) |
C# | |
---|---|
public PlayStateEventArgs( PlayState currentState, PlayState oldState ) |
Managed Extensions for C++ | |
---|---|
public: PlayStateEventArgs( PlayState currentState, PlayState oldState ) |
C++/CLI | |
---|---|
public: PlayStateEventArgs( PlayState currentState, PlayState oldState ) |
Parameters
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7