userNotification

userNotification(eventType: Integer;
                 theObject: Object;
                 eventTag:  Integer;
                 userInfo:  Any) updating;

The userNotification user events are notified when the causeClassEvent method of the Class class is invoked on a target instance for the beginNotification method or the causeEvent, sdeCauseEvent, or sdsCauseEvent method of the Object class is invoked on a target instance for the beginClassNotification or beginClassesNotification method.

Use the userNotification event to code the tasks that are required to be performed when a specified event occurs.

The userNotification method parameters, described in the following subsections, are summarized in the following table.

Parameter Contains…
eventType The type of event caused by the causeEvent, sdeCauseEvent, sdsCauseEvent, or causeClassEvent method
theObject The target object for which the event occurred
eventTag An integer value that is called automatically by the system when a subscribed user event occurs
userInfo A value of Any type that is received from the causeEvent, sdeCauseEvent, sdsCauseEvent, or causeClassEvent method