C# Class MoonTest.System.Windows.Data.ConcreteCollectionViewGroup

Inheritance: System.Windows.Data.CollectionViewGroup
Datei anzeigen Open project: shana/moon Class Usage Examples

Public Properties

Property Type Description
OnPropertyChangedCalled List
PropertyChangedRaised List

Public Methods

Method Description
ConcreteCollectionViewGroup ( object name ) : System

Protected Methods

Method Description
OnPropertyChanged ( global e ) : void

Method Details

ConcreteCollectionViewGroup() public method

public ConcreteCollectionViewGroup ( object name ) : System
name object
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( global e ) : void
e global
return void

Property Details

OnPropertyChangedCalled public_oe property

public List OnPropertyChangedCalled
return List

PropertyChangedRaised public_oe property

public List PropertyChangedRaised
return List