C# Class ICSharpCode.Core.PropertyChangedEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
PropertyChangedEventArgs ( Properties properties, string key, object oldValue, object newValue ) : System

Method Details

PropertyChangedEventArgs() public method

public PropertyChangedEventArgs ( Properties properties, string key, object oldValue, object newValue ) : System
properties Properties
key string
oldValue object
newValue object
return System