[This is preliminary documentation and is subject to change.]

An Event to Subscribe to.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public class SubscribedEvent

Examples

CopyC#
new SubscribedEvent("btn_ChangeColor", "Click", new Subscriber.GenericEventHandler(btn_ChangeColor_Click));

Inheritance Hierarchy

System..::.Object
  Forcepoint.GUISS..::.SubscribedEvent

See Also