Table of Contents

Constructor ObjectPropertyChangedEventArgs

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

ObjectPropertyChangedEventArgs(object?, string?)

Initializes a new instance of the ObjectPropertyChangedEventArgs class.

public ObjectPropertyChangedEventArgs(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.