C# Class ExoGraph.NHibernate.PropertyModifiedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: vc3/ExoModel Class Usage Examples

Méthodes publiques

Méthode Description
PropertyModifiedEventArgs ( string propertyName, object oldValue, object newValue ) : System

Method Details

PropertyModifiedEventArgs() public méthode

public PropertyModifiedEventArgs ( string propertyName, object oldValue, object newValue ) : System
propertyName string
oldValue object
newValue object
Résultat System