C# Class LunarEclipse.Model.PropertyChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mono/lunareclipse Class Usage Examples

Méthodes publiques

Méthode Description
PropertyChangedEventArgs ( UIElement element, DependencyObject target, DependencyProperty property, object oldValue, object newValue ) : System

Method Details

PropertyChangedEventArgs() public méthode

public PropertyChangedEventArgs ( UIElement element, DependencyObject target, DependencyProperty property, object oldValue, object newValue ) : System
element System.Windows.UIElement
target System.Windows.DependencyObject
property System.Windows.DependencyProperty
oldValue object
newValue object
Résultat System