![]() ![]()
|
PositionChanged event
(Windows only; GUI for .NET only)The .NET event published when the value of the
Positionproperty (which specifies the position of the current row in the bound .NET control) changes, based either on some user action in the .NET control or a programmatic action. For example:Return type: VOID
Access: PUBLIC
Applies to: Progress.Data.BindingSource class
Delegate:
System.EventHandlerThe delegate for this event defines the following event handler signature:
EventHandlerNamesenderargsWhenever the value of the
Positionproperty changes, theBindingSourceobject automatically synchronizes the buffer in the bound ABL data source object to correspond to the selected row in the bound .NET control.Note: Generally, you should change thePositionproperty, rather than navigating or repositioning the query associated with the bound ABL data source object. For more information about synchronizing data, see OpenEdge Development: GUI for .NET Programming.See also: Position property
![]() |
OpenEdge Release 10.2B
|
![]() ![]()
|