GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaisePropertyChangedEvent Method
In This Topic
    RaisePropertyChangedEvent Method
    In This Topic
    Raise a PropertyChanged event for the given property name.
    Syntax
    public void RaisePropertyChangedEvent( 
       string propname
    )

    Parameters

    propname
    Remarks
    This just calls OnPropertyChanged.
    See Also