C# 클래스 Memento.PropertyChangeEvent

Represents a property value change event.
상속: BaseEvent
파일 보기 프로젝트 열기: buunguyen/memento 1 사용 예제들

공개 메소드들

메소드 설명
PropertyChangeEvent ( object target, string propertyName, object propertyValue = null ) : System

Creates the event.

보호된 메소드들

메소드 설명
Rollback ( ) : BaseEvent

비공개 메소드들

메소드 설명
PropertyInfo ( ) : PropertyInfo

메소드 상세

PropertyChangeEvent() 공개 메소드

Creates the event.
public PropertyChangeEvent ( object target, string propertyName, object propertyValue = null ) : System
target object The target object whose property is changed.
propertyName string The name of the property being changed.
propertyValue object The value of the property. If not supplied, use the current value of in
리턴 System

Rollback() 보호된 메소드

protected Rollback ( ) : BaseEvent
리턴 BaseEvent