C# Class AspNetEdit.UI.PropertyValueChangedEventArgs

Afficher le fichier Open project: mono/aspeditor

Méthodes publiques

Méthode Description
PropertyValueChangedEventArgs ( GridRow changedItem, object oldValue, object newValue ) : System

Method Details

PropertyValueChangedEventArgs() public méthode

public PropertyValueChangedEventArgs ( GridRow changedItem, object oldValue, object newValue ) : System
changedItem GridRow
oldValue object
newValue object
Résultat System