Description
-
Fires when private storage data is received from the server.
Syntax
-
Private Sub
object_PrivateData(Name,
Value)
The PrivateData Event syntax has these
parts:
| object |
A wodXMPP object. |
| Name |
A String value. Name of the variable that was
stored. |
| Value |
A String value. Value that will was stored. |
Remarks
-
Fired as a result of
LoadPrivateData
method. When LoadPrivateData method was called, request was sent to
the server to obtain the data for requested variable. When data
arrives (if it arrives), this event is fired to provide it to your
application.
|