Takes the value returned from valueAccess.getValue() and modifies or replaces the value, passing the result into valueAccess.setValue(). This is where an editor can launch a modal dialog or create a drop down editor to allow the user to modify the value. Host assistance in presenting UI to the user can be found through the valueAccess.getService function.
[Visual Basic] Overrides Public Sub EditValue( _ ByVal valueAccess As IValueAccess _ ) [C#] public override void EditValue( IValueAccess valueAccess ); [C++] public: override void EditValue( IValueAccess* valueAccess ); [JScript] public override function EditValue( valueAccess : IValueAccess );
RelationsCollectionEditor Class | RelationsCollectionEditor Members | System.Data.Design Namespace | IValueAccess