Raised when a property of the data source that affects the underlying EndecaCommand has changed.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public event PropertyChangedEventHandler CommandPropertyChanged
Visual Basic (Declaration)
Public Event CommandPropertyChanged As PropertyChangedEventHandler
Visual C++
public:
 event PropertyChangedEventHandler^ CommandPropertyChanged {
	void add (PropertyChangedEventHandler^ value);
	void remove (PropertyChangedEventHandler^ value);
}

See Also