...
SetUserData(user_data As Object)
Sets the user data that will be returned when events are raised.
GetUserData() As Object
Returns the user data that has previously been set via via SetUserData()
(either on the source or event object). It will return Invalid if no data has been set.
...
Returns a unique number that can be matched with the value returned by roUrlTransfer.GetIdentity() to determine where this event originated.
...
Note | ||
---|---|---|
| ||
The ifSourceIdentity interface has been deprecated. We recommend using the ifUserData interface instead. |
...