Deprecated since since version 4.1
public event OnDirectionChanged
Prototype:
OnDirectionChanged(Sender, EventData)
Parameters
Sender
the event firing control
EventData
encapsulates old direction as a string
Description:
Informs objects that their text direction has been changed (if the control contains text).
Return value:
This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.
Example
You must evaluate the EventData to get the direction, like this:
old_direction=value EventData;