Skip to content

Instantly share code, notes, and snippets.

@sttrox
sttrox / imppc.snippet
Last active March 16, 2019 13:58
Implemented INotifyPropertyChanged
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Define a Property Notification</Title>
<Shortcut>imppc</Shortcut>
<Description>Code snippet to generate implemented INotifyPropertyChanged</Description>
<Author>V</Author>
<SnippetTypes>