PowerSNMP for .NET
Table Event




Raised when a Table (Variable[,]) is marshaled.
Syntax
Public Event Table As EventHandler(Of TableEventArgs)
Dim instance As Manager
Dim handler As EventHandler(Of TableEventArgs)
 
AddHandler instance.Table, handler
public event EventHandler<TableEventArgs> Table
public: __event EventHandler<TableEventArgs*>* Table
public:
event EventHandler<TableEventArgs^>^ Table
Event Data

The event handler receives an argument of type TableEventArgs containing data related to this event. The following TableEventArgs properties provide information specific to this event.

PropertyDescription
Message Returns the message argument provided by the Marshal method. (Inherited from Dart.Snmp.UserStateEventArgs)
UserState Returns the user state argument provided by the Marshal method. (Inherited from Dart.Snmp.UserStateEventArgs)
Remarks
See the SynchronizingObject property for information on updating UI controls in your event handler.
See Also

Reference

Manager Class
Manager Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic