Table of Contents

Event PropertyChanged

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Occurs when a property value changes. For example, this event is raised when the Count property changes due to addition or removal of items.

public event PropertyChangedEventHandler PropertyChanged

Returns

PropertyChangedEventHandler
Occurs when a property value changes. For example, this event is raised when the property changes due to addition or removal of items.
Implements