Skip to content
| Marketplace
Sign in
Visual Studio>Tools>MethMVVM
MethMVVM

MethMVVM

PrabathSL

|
827 installs
| (1) | Free
snippet for method creaion and MVVM proprties
Download

Products

  • meth - public method
  • methp - private method
  • meth2 - public method with two parameters 
  • methp2 - public method  with two parameters 
  • meths - public static  method
  • meths2 - public static method  with two parameters 
  • propmvvm - mvvm property
  • propall - generate typical property definition in C#

 Features & Benefits

This will enable you to create methods in C# easily with double tap. And also enabled to crate MVVM properties easily. to do thet you have to create PropertyChange event . as follows,

public event PropertyChangedEventHandler PropertyChanged;         protected void OnPropertyChanged(string name)        {            PropertyChangedEventHandler handler = PropertyChanged;            if (handler != null)            {                handler(this, new PropertyChangedEventArgs(name));            }        }

Product Screenshots

 

 
 
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft