ControlRowSourceChangedEventArgs(ControlRows) Constructor
Initializes new instance of the ControlRowSourceChangedEventArgs class with the specified settings.
Namespace: DevExpress.Data.Controls
Assembly: DevExpress.Data.Desktop.v24.2.dll
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