VisibleRemoteObject.OnStyleChanged


Deprecated since since version 4.1

public event OnStyleChanged

Prototype:

OnStyleChanged(Sender, EventData)

Parameters

Sender
the event firing control
EventData
encapsulates old style as a string.

Description:

Informs objects that their style has been changed.

You must evaluate the EventData to get the style, like this:
    old_style=value EventData;

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.