Methods | This Package | All Packages
Defines a callback interface for retrieving and setting a property value.
package com.ms.wfc.core
public interface IValueAccess
Remarks
This interface allows the editValue method of a value editor to retrieve and set a property value. The editValue method typically performs the following steps:
See Also IValueEditor