C# Class Imml.PropertyNotificationEventArgs

Inheritance: System.ComponentModel.PropertyChangedEventArgs
Mostrar archivo Open project: craigomatic/IMML

Public Methods

Method Description
PropertyNotificationEventArgs ( string propertyName ) : System
PropertyNotificationEventArgs ( string propertyName, object oldValue, object newValue ) : System

Method Details

PropertyNotificationEventArgs() public method

public PropertyNotificationEventArgs ( string propertyName ) : System
propertyName string
return System

PropertyNotificationEventArgs() public method

public PropertyNotificationEventArgs ( string propertyName, object oldValue, object newValue ) : System
propertyName string
oldValue object
newValue object
return System