Method OnItemPropertyChanged
OnItemPropertyChanged(object?, EventArgs)
Handles the "PropertyChanged" event for an item in the panel collection.
protected virtual void OnItemPropertyChanged(object? sender, EventArgs e)
Parameters
senderobjectThe source of the event, typically the item whose property changed. Can be null.
eEventArgsThe 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.