[This is preliminary documentation and is subject to change.]

Provides data for the PropertyChanged event in IMutablePropertyContainer.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public class PropertyContainerChangedEventArgs : EventArgs
Visual Basic (Declaration)
Public Class PropertyContainerChangedEventArgs _
	Inherits EventArgs
Visual C++
public ref class PropertyContainerChangedEventArgs : public EventArgs

Inheritance Hierarchy

System..::Object
  System..::EventArgs
    Spielwerke.Data..::PropertyContainerChangedEventArgs

See Also