C# Class AspNetEdit.UI.PropertyValueChangedEventArgs

Mostra file Open project: mono/aspeditor

Public Methods

Method Description
PropertyValueChangedEventArgs ( GridRow changedItem, object oldValue, object newValue ) : System

Method Details

PropertyValueChangedEventArgs() public method

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