Name
Notify.UserData -- set/get user data of object
Function
A general purpose value to fill in any kind of information. You can get this value later directly from the object. This is a good mechanism to avoid having to use global variables.

The user data you specify here will also be passed to your event handler callback that you have installed using InstallEventHandler(). See Notifications for details.

Type
Any

Applicability
ISG


Show TOC