Share via

C# bind custom form component to abstract data type

mjeschke 40 Reputation points
2025-07-03T23:01:38.9333333+00:00

I have an abstract class that contains the status of a system. I need to bind that status held in an abstract class to a form. More specifically to a form component I designed. Is there a clear way to do this?E.g. the component I designed has a series of checkboxes that indicate status of socket connections held in abstract class. The checkboxes need checked if the status is connected. If the connection falls out the checkboxes need automatically updated (checkbox unchecked).

Went through several binding examples but couldn't find one using a custom component.

https://www.youtube.com/watch?v=HV-nA4dxtUI

Windows development | Windows App SDK

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.