PositionChanged event
(Windows only; GUI for .NET only)The .NET event published when the value of the
Position
property (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.EventHandler
The delegate for this event defines the following event handler signature:
EventHandlerName
sender
args
Whenever the value of the
Position
property changes, theBindingSource
object 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 thePosition
property, 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
|