C# Class Sage.Platform.Upgrade.PropertyChange

ファイルを表示 Open project: Saleslogix/ProjectUpgrade Class Usage Examples

Public Methods

Method Description
PropertyChange ( string name, PropertyChangeType changeType, object oldValue, object newValue ) : System

Method Details

PropertyChange() public method

public PropertyChange ( string name, PropertyChangeType changeType, object oldValue, object newValue ) : System
name string
changeType PropertyChangeType
oldValue object
newValue object
return System