| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub OnTable( _ ByVal e As TableEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Manager Dim e As TableEventArgs instance.OnTable(e) | |
| C# | |
|---|---|
protected virtual void OnTable( TableEventArgs e ) | |
| Managed Extensions for C++ | |
|---|---|
protected: virtual void OnTable( TableEventArgs* e ) | |
| C++/CLI | |
|---|---|
protected: virtual void OnTable( TableEventArgs^ e ) | |
Parameters
- e
- Instance of arguments passing data for display in UI elements.
Target Platforms: Microsoft .NET Framework 2.0