| Visual Basic (Declaration) | |
|---|---|
Public Event CameraMoved() As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler CameraMoved() | |
| C++/CLI | |
|---|---|
public: event EventHandler^ CameraMoved(); | |
The object will move in the opposite direction of the mouse movement.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code