ThingPostProcess Event |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Executes after everything else for this Thing.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic event ProcessHandler PostProcess
Public Event PostProcess As ProcessHandler
public:
event ProcessHandler^ PostProcess {
void add (ProcessHandler^ value);
void remove (ProcessHandler^ value);
}
member PostProcess : IEvent<ProcessHandler,
EventArgs>
Return Value
Type:
The text to display to the user
See Also