PreviousNextIndex

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:

Syntax
EventHandlerName 
  (  
     INPUT sender AS CLASS System.Object, 
     INPUT args AS CLASS System.EventArgs 
  ). 

EventHandlerName
sender
args

Whenever the value of the Position property changes, the BindingSource 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 the Position 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
Copyright © 2009 Progress Software Corporation
PreviousNextIndex