LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
StateChanged Event
See Also 
Leadtools.Multimedia Namespace > PlayCtrl Class : StateChanged Event



Occurs when the object’s state has changed.

Syntax

Visual Basic (Declaration) 
Public Event StateChanged As StateChangedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As PlayCtrl
Dim handler As StateChangedEventHandler
 
AddHandler instance.StateChanged, handler
C# 
public event StateChangedEventHandler StateChanged
C++/CLI 
public:
event StateChangedEventHandler^ StateChanged

Remarks

Occurs when the object’s state has changed. The event handler is passed a StateChangedEventArgs object containing the previous state and the new 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

Reference

PlayCtrl Class
PlayCtrl Members