C# 클래스 Sage.Platform.Upgrade.PropertyChange

파일 보기 프로젝트 열기: Saleslogix/ProjectUpgrade 1 사용 예제들

공개 메소드들

메소드 설명
PropertyChange ( string name, PropertyChangeType changeType, object oldValue, object newValue ) : System

메소드 상세

PropertyChange() 공개 메소드

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