PowerSNMP for .NET CF
TableEventHandler Delegate
See Also  Send comments on this topic.
Dart.Snmp Namespace : TableEventHandler Delegate




sender
The source of the event.
e
A TableEventArgs that contains marshaled data.
Represents the method that will handle an event raised by the user calling Dart.Snmp.Manager.Marshal(System.String,Dart.Snmp.Variable[0:,0:],System.Object).

Syntax

Visual Basic (Declaration) 
Public Delegate Sub TableEventHandler( _
   ByVal sender As Object, _
   ByVal e As TableEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New TableEventHandler(AddressOf HandlerMethod)
C# 
public delegate void TableEventHandler( 
   object sender,
   TableEventArgs e
)
Managed Extensions for C++ 
public: __gc __delegate void TableEventHandler( 
   Object* sender,
   TableEventArgs* e
)
C++/CLI 
public delegate void TableEventHandler( 
   Object^ sender,
   TableEventArgs^ e
)

Parameters

sender
The source of the event.
e
A TableEventArgs that contains marshaled data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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