Click or drag to resize

ValidateChangeDelegate Delegate

A delegate that can validate a key/value change.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate bool ValidateChangeDelegate(
	string key,
	Object oldValue,
	Object newValue
)

Parameters

key
Type: SystemString
oldValue
Type: SystemObject
newValue
Type: SystemObject

Return Value

Type: Boolean
See Also