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

RowEventArgs Constructors

Provides data for the GridControl.GroupRowExpanded, GridControl.GroupRowCollapsed, GridViewBase.RowUpdated and GridViewBase.RowCanceled events.
Name Parameters Description
RowEventArgs(RoutedEvent, GridViewBase, Int32, Object) routedEvent, view, rowHandle, forcedRow Initializes a new instance of the RowEventArgs class with the specified settings.
RowEventArgs(RoutedEvent, GridViewBase, Int32) routedEvent, view, rowHandle Initializes a new instance of the RowEventArgs class with the specified settings.
See Also