Bind to methods with ObjectDataProvider
Two classes inherit from DataSourceProvider. XmlDataProvider and ObjectDataProvider. ObjectDataProvider wraps an object and allows you to bind to the wrapped object in XAML. The ObjectDataProvider has a ConstructorParameters-Property for creating an object by using a constructor with parameters.
The cool thing is that a Data Binding to the wrapped object of the ObjectDataProvider is not all. [...]
Lesen Sie den vollständigen Eintrag unter http://www.thomasclaudiushuber.com/blog/2008/01/10/bind-to-methods-with-objectdataprovider/