Table of Contents

Class PropertyChangeNotifier

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll
public sealed class PropertyChangeNotifier : DependencyObject, IDisposable
Inheritance
PropertyChangeNotifier
Implements
Extension Methods

Constructors

PropertyChangeNotifier(DependencyObject, string)

public PropertyChangeNotifier(DependencyObject propertySource, string path)

Parameters

propertySource DependencyObject
path string

PropertyChangeNotifier(DependencyObject, DependencyProperty)

public PropertyChangeNotifier(DependencyObject propertySource, DependencyProperty property)

Parameters

propertySource DependencyObject
property DependencyProperty

PropertyChangeNotifier(DependencyObject, PropertyPath)

public PropertyChangeNotifier(DependencyObject propertySource, PropertyPath property)

Parameters

propertySource DependencyObject
property PropertyPath

Fields

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

PropertySource

public DependencyObject PropertySource { get; }

Property Value

DependencyObject

Value

[Bindable(true)]
public object Value { get; set; }

Property Value

object

Methods

Dispose()

public void Dispose()

Events

ValueChanged

public event Action ValueChanged

Event Type

Action