.NET Framework Class Library

Preferences.DoPropertyChanged Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > Preferences Class > Preferences Methods >

.NET Framework Class Library

Preferences.DoPropertyChanged Method

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Protected Sub DoPropertyChanged ( _
 propertyName As String _
)

C#

protected void DoPropertyChanged(
 string propertyName
)

Visual C++

protected:
void DoPropertyChanged(
 StringpropertyName
)

Parameters

propertyName

Type: System.String

See Also

Preferences Class

Preferences Members

Gnostice.Core Namespace