.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 > ScrollBarInfo.PropertyChanged Event |
Namespace: Gnostice.Core.Viewer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Event PropertyChanged As EventHandler(Of PropertyChangedEventArgs) |
C# |
public event EventHandler<PropertyChangedEventArgs> PropertyChanged |
Visual C++ |
public: |