C# Class System.Windows.Automation.AutomationPropertyChangedEventArgs

Inheritance: AutomationEventArgs
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
AutomationPropertyChangedEventArgs ( AutomationProperty property, object oldValue, object newValue ) : System

Method Details

AutomationPropertyChangedEventArgs() public méthode

public AutomationPropertyChangedEventArgs ( AutomationProperty property, object oldValue, object newValue ) : System
property AutomationProperty
oldValue object
newValue object
Résultat System