C# Class OLinq.PropertyChangingEventArgs

Inheritance: System.EventArgs
显示文件 Open project: wasabii/OLinq

Public Methods

Method Description
PropertyChangingEventArgs ( string propertyName ) : System

Initializes a new instance.

Method Details

PropertyChangingEventArgs() public method

Initializes a new instance.
public PropertyChangingEventArgs ( string propertyName ) : System
propertyName string
return System