Table of Contents

Method PerformPropertyChanged

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

PerformPropertyChanged()

You can call this to raise the PropertyChanged event. Note that is will raise the event with an empty string for the property name description. Thus it is useful only for syncing up UI elements that require notification of events but that otherwise don't really track it.

public void PerformPropertyChanged()