'宣言 Protected Friend Overridable Function OnRowExitingEditMode( _ ByVal row As Infragistics.Controls.Grids.Row, _ ByVal originalCellValues As Dictionary(Of String,Object), _ ByVal newCellValues As Dictionary(Of String,Object), _ ByVal cancel As Boolean _ ) As Boolean
protected internal virtual bool OnRowExitingEditMode( Infragistics.Controls.Grids.Row row, Dictionary<string,object> originalCellValues, Dictionary<string,object> newCellValues, bool cancel )