InterfaceIPropertyChanged
Interface
Represents an item that supports property changed notifications.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public interface IPropertyChanged
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
event EventHandler<PropertyEventArgs> PropertyChanged
Event Value