C# Class Sage.Platform.Upgrade.PropertyChange

Afficher le fichier Open project: Saleslogix/ProjectUpgrade Class Usage Examples

Méthodes publiques

Méthode Description
PropertyChange ( string name, PropertyChangeType changeType, object oldValue, object newValue ) : System

Method Details

PropertyChange() public méthode

public PropertyChange ( string name, PropertyChangeType changeType, object oldValue, object newValue ) : System
name string
changeType PropertyChangeType
oldValue object
newValue object
Résultat System