Skip to main content
A newer version of this page is available. .

CurrentItemChangedEventArgs(DataControlBase, Object, Object) Constructor

Initializes a new instance of the CurrentItemChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public CurrentItemChangedEventArgs(
    DataControlBase source,
    object oldItem,
    object newItem
)

Parameters

Name Type
source DataControlBase
oldItem Object
newItem Object

Remarks

Instances of the CurrentItemChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also