Condividi tramite


Evento StructuralObject.PropertyChanging

[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.]

Notifica che una proprietà sta per cambiare.

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

Sintassi

'Dichiarazione
Public Event PropertyChanging As PropertyChangingEventHandler
'Utilizzo
Dim instance As StructuralObject 
Dim handler As PropertyChangingEventHandler 

AddHandler instance.PropertyChanging, handler
public event PropertyChangingEventHandler PropertyChanging
public:
virtual   event PropertyChangingEventHandler^ PropertyChanging {
    void add (PropertyChangingEventHandler^ value);
    void remove (PropertyChangingEventHandler^ value);
}
abstract PropertyChanging : IEvent<PropertyChangingEventHandler,
    PropertyChangingEventArgs>
override PropertyChanging : IEvent<PropertyChangingEventHandler,
    PropertyChangingEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Implements

INotifyPropertyChanging.PropertyChanging

Note

L'evento PropertyChanging può indicare che tutte le proprietà sull'oggetto stanno per cambiare utilizzando un riferimento Null (Nothing in Visual Basic) o String.Empty come nome proprietà in PropertyChangingEventArgs.

Vedere anche

Riferimento

StructuralObject Classe

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