Click or drag to resize
IValidationContext Methods

The IValidationContext type exposes the following members.

Methods
  NameDescription
Public methodIsBeingSetNull
Indicates if a property is being set null. Note that this does not detect if the property already is null.
Public methodIsChanging
Indicates if one or more properties in the list are changing
Public methodNewOrExisting
Gets a property from the Item item (if it exists). Otherwise, the property from Existing is returned
Top
See Also