.NET Framework Class Library

ScrollBarInfo.PropertyChanged Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > ScrollBarInfo Class > ScrollBarInfo Events >

.NET Framework Class Library

ScrollBarInfo.PropertyChanged Event

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Event PropertyChanged As EventHandler(Of PropertyChangedEventArgs)

C#

public event EventHandler<PropertyChangedEventArgsPropertyChanged

Visual C++

public:
 event EventHandler<PropertyChangedEventArgs^>^ PropertyChanged {
 void add (EventHandler<PropertyChangedEventArgs^>^ value);
 void remove (EventHandler<PropertyChangedEventArgs^>^ value);
}

See Also

ScrollBarInfo Class

ScrollBarInfo Members

Gnostice.Core.Viewer Namespace