Click or drag to resize

PropertyBagOnSetValue Method

Raises the SetValue event, if ValueGetterFunc is left null, otherwise it will call ValueGetterFunc instead.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
protected virtual void OnSetValue(
	PropertySpecificationEventArgs e
)

Parameters

e
Type: SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditingPropertySpecificationEventArgs
A PropertySpecEventArgs that contains the event data.
See Also