.NET Framework Class Library

NavigationPane.PropertyChanged Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > NavigationPane Class > NavigationPane Events >

.NET Framework Class Library

NavigationPane.PropertyChanged Event

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

Public Event PropertyChanged As PropertyChangedEventHandler

C#

public event PropertyChangedEventHandler PropertyChanged

Visual C++

public:
virtual  event PropertyChangedEventHandlerPropertyChanged {
 void add (PropertyChangedEventHandlervalue);
 void remove (PropertyChangedEventHandlervalue);
}

Implements

INotifyPropertyChanged.PropertyChanged

See Also

NavigationPane Class

NavigationPane Members

Gnostice.Controls.WinForms Namespace