Share via


IEditorSite Interface

Methods | This Package | All Packages

Defines a callback interface through which a value editor accesses the owner of the values that are being edited.

package com.ms.wfc.core

public interface IEditorSite

Remarks

This interface represents the link between a value editor and the owner of the values being edited. If the value editor requires knowledge about the owner, it should define a constructor that takes an IEditorSite object. This constructor causes the value editor to be instantiated for each use, rather than to be cached. For more information, see the IValueEditor overview.

See Also   Value Editor Classes