INGEAR.NET.ABLink

 

Controller.ControllerEvent Delegate

Event handler for Controller Method

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

Requirements

Namespace: ABLink

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

See Also

ABLink Namespace