C# Class Castle.Components.DictionaryAdapter.PropertyModifyingEventArgs

Inheritance: System.ComponentModel.PropertyChangingEventArgs
Afficher le fichier Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Méthodes publiques

Méthode Description
PropertyModifyingEventArgs ( String propertyName, object oldPropertyValue, object newPropertyValue ) : System

Method Details

PropertyModifyingEventArgs() public méthode

public PropertyModifyingEventArgs ( String propertyName, object oldPropertyValue, object newPropertyValue ) : System
propertyName String
oldPropertyValue object
newPropertyValue object
Résultat System