GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ OnPropertyChanged Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
OnPropertyChanged Method (GoView)
In This Topic
Call all
PropertyChanged
event handlers.
Syntax
C#
protected
virtual
void
OnPropertyChanged(
PropertyChangedEventArgs
evt
)
Parameters
evt
Remarks
This also calls
UpdateView
, unless the property is known to be a minor one. If you override this method, be sure to call the base method too. This is called by
RaisePropertyChangedEvent
See Also
Reference
GoView Class
GoView Members