|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event RecordingStarted As EventHandler
|
|
[C#]
public event EventHandler RecordingStarted;
|
|
[C++]
public: __event EventHandler* RecordingStarted;
|