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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly