DataPlace
DataItemValueChanged Delegate
CSCS.DataPlace.Common.DataDataItemValueChanged
Represents the method that is called when the user has selected a new value (or values) for a data item.
Declaration Syntax
C#
public delegate void DataItemValueChanged(
	Object editorContext,
	Object value
)
Parameters
editorContext (Object)
user-defined object that can contain contextual information specific to the current edit operation
value (Object)
new value(s)

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817