GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ RaisePropertyChangedEvent Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RaisePropertyChangedEvent Method
In This Topic
Raise a
PropertyChanged
event for the given property name.
Syntax
C#
public
void
RaisePropertyChangedEvent(
string
propname
)
Parameters
propname
Remarks
This just calls
OnPropertyChanged
.
See Also
Reference
GoView Class
GoView Members