Table of Contents

Method OnItemPropertyChanged

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

OnItemPropertyChanged(object?, EventArgs)

Handles the "PropertyChanged" event for an item in the panel collection.

protected virtual void OnItemPropertyChanged(object? sender, EventArgs e)

Parameters

sender object

The source of the event, typically the item whose property changed. Can be null.

e EventArgs

The event data associated with the property change.

Remarks

This method is called when a property of an item in the collection changes. Derived classes can override this method to provide custom handling for property changes.