Back to product page

PrivateData event


Fires when private storage data is received from the server.

Syntax

  • Basic
Private Sub object_PrivateData (ByVal Name, ByVal Value)
The PrivateData(Name,Value) syntax has these parts:
NameA String value. Name of the variable that was stored.
ValueA 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.

Platforms

Windows