Events

Events are closely associated in Encore RPG for Visual Studio. An event is a message sent by an object announcing that something important has happened. Events are implemented using delegates, a form of object-oriented function pointer that allows a function to be invoked indirectly by way of a reference to the function.

See Also

Objects

Setting and Retrieving Properties

Performing Actions with Methods