Notify property changed property guiprop Code snippet for a NotifyingPropertyChanged variable Expansion
type Property type int property Property name MyProperty _$property$; set => this.RaiseAndSetIfChanged(ref _$property$, value); }$end$]]>