Common Application Framework

AddinEventHandler Delegate

Represents the method that will handle addin related events.

public delegate void AddinEventHandler(
   object sender,
   AddinEventArgs args
);

Requirements

Namespace: Aveva.ApplicationFramework

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

See Also

Aveva.ApplicationFramework Namespace