C# Class Xceed.Wpf.Toolkit.PropertyGrid.PropertyValueChangedEventArgs

Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
PropertyValueChangedEventArgs ( System.Windows.RoutedEvent routedEvent, object source, object oldValue, object newValue ) : System

Method Details

PropertyValueChangedEventArgs() public méthode

public PropertyValueChangedEventArgs ( System.Windows.RoutedEvent routedEvent, object source, object oldValue, object newValue ) : System
routedEvent System.Windows.RoutedEvent
source object
oldValue object
newValue object
Résultat System