| Visual Basic (Declaration) | |
|---|---|
Public Event Loading() As EventHandler(Of ObjectLoadingEventArgs) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<ObjectLoadingEventArgs> Loading() | |
| Managed Extensions for C++ | |
|---|---|
public: __event EventHandler<ObjectLoadingEventArgs>* Loading(); | |
| C++/CLI | |
|---|---|
public: event EventHandler<ObjectLoadingEventArgs>^ Loading(); | |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family