C# Class StateChangedEventArgs, code

Inheritance: EventArgs
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
StateChangedEventArgs ( string propertyName, object oldValue, object newValue )

This is a constructor.

Method Details

StateChangedEventArgs() public méthode

This is a constructor.
public StateChangedEventArgs ( string propertyName, object oldValue, object newValue )
propertyName string
oldValue object
newValue object