C# Class Catel.MVVM.InterestedInAttribute

Inheritance: System.Attribute
Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method Description
InterestedInAttribute ( Type viewModelType ) : System

Initializes a new instance of the InterestedInAttribute class.

Method Details

InterestedInAttribute() public method

Initializes a new instance of the InterestedInAttribute class.
The is null.
public InterestedInAttribute ( Type viewModelType ) : System
viewModelType System.Type Type of the view model.
return System