Table of Contents

Class ObjectPropertyChangedEventArgs<T>

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

Provides data for the property change events.

public class ObjectPropertyChangedEventArgs<T> : BaseEventArgs

Type Parameters

T

The type of the object whose property changed.

Inheritance
ObjectPropertyChangedEventArgs<T>
Derived

Constructors

ObjectPropertyChangedEventArgs(T, string?)

Initializes a new instance of the ObjectPropertyChangedEventArgs class.

Properties

Instance

Object instance which property was changed.

PropName

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