Common Application Framework

ServiceEventHandler Delegate

Represents the method that will handle service related events.

public delegate void ServiceEventHandler(
   object sender,
   ServiceEventArgs args
);

Requirements

Namespace: Aveva.ApplicationFramework

Assembly: Aveva.ApplicationFramework (in Aveva.ApplicationFramework.dll)

See Also

Aveva.ApplicationFramework Namespace