FeatureRaisePropertyChangedT Method (ExpressionFuncT)

PreStorm - A Data Client for ArcGIS Server REST API
Called from a property setter to notify the framework that a member has changed.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public void RaisePropertyChanged<T>(
	Expression<Func<T>> propertySelector
)

Parameters

propertySelector
Type: System.Linq.ExpressionsExpressionFuncT

Type Parameters

T
See Also

Reference