PowerSNMP for .NET CF
Table Event
See Also  Send comments on this topic.
Dart.Snmp Namespace > Manager Class : Table Event




The Table event is raised when Dart.Snmp.Manager.Marshal(System.String,Dart.Snmp.Variable[0:,0:],System.Object) is called.

Syntax

Visual Basic (Declaration) 
Public Event Table As TableEventHandler
Visual Basic (Usage)Copy Code
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

Remarks

This method is raised on the UI thread so that the passed parameters may be displayed in UI controls.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.