Table of Contents

Constructor ObjectPropertyChangedEventArgs

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

ObjectPropertyChangedEventArgs(T, string?)

Initializes a new instance of the ObjectPropertyChangedEventArgs class.

public ObjectPropertyChangedEventArgs(T instance, string? propName)

Parameters

instance T

Object instance which property was changed.

propName string

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