INGEAR.NET.MBLINK

ControllerEvent Delegate

Event handler for Controller Method

[Visual Basic]
Public Delegate Sub ControllerEvent( _
   ByVal sender As Object, _
   ByVal e As ControllerEventArgs _
)
[C#]
public delegate void ControllerEvent(
   object sender,
   ControllerEventArgs e
);

Requirements

Namespace: MBLink

Assembly: INGEAR.NET.MBLINK (in INGEAR.NET.MBLINK.dll)

See Also

MBLink Namespace