Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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