Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.BeforeAffectValueEvent event


      Occurs when a value will be assigned to a fact.


Namespace : ielib
Assembly : ielib.dll

public event FactChangedEventHandler BeforeAffectValueEvent

public delegate void FactChangedEventHandler(Object sender, Fact f)

Parameters

Type : System.Object.

sender : Source of the event, it is often an object of the class KnowledgeBase.

Type : ielib.Fact.

f : Represents the object of the Fact class that will be assigned to a value.