IPropertyEditingUser Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides update and validation services for objects.
public interface class IPropertyEditingUser
public interface IPropertyEditingUser
type IPropertyEditingUser = interface
Public Interface IPropertyEditingUser
Methods
UpdateObjects(Object) |
When overridden in a derived class, performs an update of the objects to the server. |
ValidateObjects(Object) |
When overridden in a derived class, performs client-side validation of objects. |