Table of Contents

Method RaisePropertyChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaisePropertyChanged(object?, string?)

Notifies designer about property change.

public virtual void RaisePropertyChanged(object? instance, string? propName)

Parameters

instance object

Object instance which property was changed.

propName string

Property name. Optional. If null, more than one property were changed.