Click here to Skip to main content
15,879,348 members
Articles / Desktop Programming / XAML

XAML Power Toys for Visual Studio 2008 v5.0.0.1 Released

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
26 Oct 2009CPOL1 min read 14.1K   2  
XAML Power toys for Visual Studio 2008 v5.0.0.1 released

At the request of a XAML Power Toys user, I have updated XAML Power Toys for Visual Studio 2008 to version v5.0.0.01.

This update adds one new feature and corrects the v5 known issue.

The ViewModel creation window now allows selecting the name of the method that is used to raise the PropertyChanged event. You can thank Ted Warring for the suggestion. Awesome Ted, appreciate the feedback and feature suggestion.

ViewModel Creator Gets New Feature

The ViewModel creator tool makes building a ViewModel class a snap. This feature is sensitive to C# and VB.NET and will create the correct code for you.

The yellow highlight indicates the new feature added in v5.0.0.1. You can now select or type in the name of the method that will be called when raising a PropertyChanged event.

This name value is also used if you selected the Implement INotifyPropertyChanged option.

This name feature enables you to use any name in your ViewModel base classes and have the generated code use it.

v5001ViewModel

As always, you can download XAML Power Toys for Visual Studio 2008 here:

Close

Hope you use and enjoy XAML Power Toys for Visual Studio 2008.

Have a great day,

Just a grain of sand on the worlds beaches.

Posted in CodeProject, M-V-VM, MVVM, VB.NET, Visual Studio 2008, WPF General, XAML Power Toys

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions

 
-- There are no messages in this forum --