Condividi tramite


Metodo StructuralObject.OnPropertyChanged

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Genera l'evento PropertyChanged.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId := "Property")> _
Protected Overridable Sub OnPropertyChanged ( _
    property As String _
)
'Utilizzo
Dim property As String 

Me.OnPropertyChanged(property)
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")]
protected virtual void OnPropertyChanged(
    string property
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords", MessageId = L"Property")]
protected:
virtual void OnPropertyChanged(
    String^ property
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
abstract OnPropertyChanged : 
        property:string -> unit 
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
override OnPropertyChanged : 
        property:string -> unit
protected function OnPropertyChanged(
    property : String
)

Parametri

Vedere anche

Riferimento

StructuralObject Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses