Notify Property


Snippet Details

Shortcut
nprop
Description
Property with notify change (C# 5.0).
Language
CSharp
Types
SurroundsWith, Expansion
Author
mv1986
Upload on
1-7-2017 15:29:12
Downloads
3616

Declarations

ID ToolTip Default
Type string
Property Name

Code Output

        private $Type$ _$Property$;
        public $Type$ $Property$
        {
            get { return _$Property$; }
            set { 
               _$Property$ = value;
               NotifyPropertyChanged();
            }
        }
    

Download Add to .VSIX Package


comments powered by Disqus

Extension Package

No snippets are added


Languages