Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
OnAdjustBounds | event | public | version 1.0 | no |
OnAdjustBounds(Sender, EventData) |
Sender | the event firing control |
EventData | contains a string encapsulating the new value. |
Event raised when the bounds are adjusted for a scalable/scrollable object (check GTK for more information). |
// EventData must be evaluated like this new_value=value EventData; |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:11 2011 GMT | (c)2011 RadGs Software |