Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 527 Bytes

File metadata and controls

18 lines (12 loc) · 527 Bytes

NotifierHelper.NotifyPropertyChanged method

Event invocation (injects the property name using CallerMemberNameAttribute when used in setters, no need for nameof operator)

protected void NotifyPropertyChanged([CallerMemberName] string propertyName = null)
parameter description
propertyName

See Also