.NET Framework Class Library

PasswordSettings.OnRaisePropertyChangedEvent Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

PasswordSettings.OnRaisePropertyChangedEvent Method

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Protected Overridable Sub OnRaisePropertyChangedEvent ( _
 e As PropertyChangedEventArgs _
)

C#

protected virtual void OnRaisePropertyChangedEvent(
 PropertyChangedEventArgs e
)

Visual C++

protected:
virtual void OnRaisePropertyChangedEvent(
 PropertyChangedEventArgse
)

Parameters

e

Type: Gnostice.Core.PropertyChangedEventArgs

See Also

PasswordSettings Class

PasswordSettings Members

Gnostice.Core Namespace