C# Class ExoGraph.NHibernate.PropertyModifiedEventArgs

Inheritance: System.EventArgs
Show file Open project: vc3/ExoModel Class Usage Examples

Public Methods

Method Description
PropertyModifiedEventArgs ( string propertyName, object oldValue, object newValue ) : System

Method Details

PropertyModifiedEventArgs() public method

public PropertyModifiedEventArgs ( string propertyName, object oldValue, object newValue ) : System
propertyName string
oldValue object
newValue object
return System