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

ControlRowSourceChangedEventArgs(ControlRows) Constructor

Initializes new instance of the ControlRowSourceChangedEventArgs class with the specified settings.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ControlRowSourceChangedEventArgs(
    ControlRows changedRows
)

Parameters

Name Type Description
changedRows ControlRows

The value indicating the currently provided data row type.

Remarks

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

See Also