C# Class Castle.Components.DictionaryAdapter.PropertyModifyingEventArgs

Inheritance: System.ComponentModel.PropertyChangingEventArgs
Show file Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Public Methods

Method Description
PropertyModifyingEventArgs ( String propertyName, object oldPropertyValue, object newPropertyValue ) : System

Method Details

PropertyModifyingEventArgs() public method

public PropertyModifyingEventArgs ( String propertyName, object oldPropertyValue, object newPropertyValue ) : System
propertyName String
oldPropertyValue object
newPropertyValue object
return System