C# 클래스 AspNetEdit.UI.PropertyValueChangedEventArgs

파일 보기 프로젝트 열기: mono/aspeditor

공개 메소드들

메소드 설명
PropertyValueChangedEventArgs ( GridRow changedItem, object oldValue, object newValue ) : System

메소드 상세

PropertyValueChangedEventArgs() 공개 메소드

public PropertyValueChangedEventArgs ( GridRow changedItem, object oldValue, object newValue ) : System
changedItem GridRow
oldValue object
newValue object
리턴 System