RowEditFinishedEventArgs Constructors
Contains data for the RowEditFinished event.Name | Parameters | Description |
---|---|---|
RowEditFinishedEventArgs(RoutedEvent, GridViewBase, Int32, Nullable<Boolean>) | routedEvent, view, rowHandle, success | Initializes a new instance of the RowEditFinishedEventArgs class with specified settings. |
See Also