.NET Framework Class Library
PropertyChangedEventArgs.PropertyName Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > PropertyChangedEventArgs Class > PropertyChangedEventArgs Properties > PropertyChangedEventArgs.PropertyName Property |
Gets name of the property that was changed.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public ReadOnly Property PropertyName As String |
C# |
public string PropertyName { get; } |
Visual C++ |
public: |
PropertyChangedEventArgs Class