Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
PropertyChangeNotifier Class Members
See Also  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics Namespace : PropertyChangeNotifier Class


The following tables list the members exposed by PropertyChangeNotifier.

Protected Properties

 NameDescription
protected PropertyHasListenersGets whether there are any listeners for the PropertyChanged event  
Top

Protected Methods

 NameDescription
protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the PropertyChanged event.  
protected MethodOnHasListenersChanged Virtual method called when the HasListeners property changes.  
protected MethodOnPropertyChangedUsed to raise the PropertyChanged event for the specified property name.  
Top

Public Events

 NameDescription
public EventPropertyChanged Raised when a property has changed  
Top

See Also