Click or drag to resize
PropertyBagOnGetValue Method
Raises the GetValue 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.3.0.0 (1.3.17.0314)
Syntax
protected virtual void OnGetValue(
	PropertySpecificationEventArgs e
)

Parameters

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