ControlRowSourceChangedEventArgs(ControlRows) Constructor
Initializes new instance of the ControlRowSourceChangedEventArgs class with the specified settings.
Namespace: DevExpress.Data.Controls
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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