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

Inheritance: System.Windows.RoutedEventArgs
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
PropertyValueChangedEventArgs ( System.Windows.RoutedEvent routedEvent, object source, object oldValue, object newValue ) : System

Method Details

PropertyValueChangedEventArgs() public method

public PropertyValueChangedEventArgs ( System.Windows.RoutedEvent routedEvent, object source, object oldValue, object newValue ) : System
routedEvent System.Windows.RoutedEvent
source object
oldValue object
newValue object
return System