StateChangedEventArgs Constructor

Summary
The StateChangedEventArgs object is the event arguments object for the StateChangedEventHandler. For more information, see StateChangedEventHandler
Syntax
C#
VB
C++
Public Function New( _ 
   ByVal lastState As PlayState, _ 
   ByVal state As PlayState _ 
) 
public: 
StateChangedEventArgs(  
   PlayState lastState, 
   PlayState state 
) 

Parameters

lastState
Value that specifies the previous state of the object.

state
Value that specifies the new state of the object.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.