Table of Contents

Constructor ObjectPropertyChangedEventArgs

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

ObjectPropertyChangedEventArgs(object?, string?)

Creates a new instance of the ObjectPropertyChangedEventArgs class with the specified instance and property name.

public ObjectPropertyChangedEventArgs(object? instance, string? propName)

Parameters

instance object

The object instance which property was changed.

propName string

The name of the property that was changed.