Occurs when a property value is changing.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public event PropertyChangingEventHandler PropertyChanging
Visual Basic (Declaration)
Public Event PropertyChanging As PropertyChangingEventHandler

Implements

INotifyPropertyChanging..::.PropertyChanging

See Also