RowChangingEventArgs Constructors
Provides data for the VGridControlBase.RowChanging event.| Name | Parameters | Description |
|---|---|---|
| RowChangingEventArgs(BaseRow, RowProperties, RowChangeTypeEnum, Object) | row, prop, changeType, propertyValue | Creates a new RowChangingEventArgs object. |
See Also