Visual Basic (Declaration) | |
---|---|
Public Event Table As TableEventHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Manager Dim handler As TableEventHandler AddHandler instance.Table, handler |
C# | |
---|---|
public event TableEventHandler Table |
Managed Extensions for C++ | |
---|---|
public: __event TableEventHandler* Table |
C++/CLI | |
---|---|
public: event TableEventHandler^ Table |
This method is raised on the UI thread so that the passed parameters may be displayed in UI controls.
Target Platforms: Microsoft .NET Framework 2.0