C# bind custom form component to abstract data type
mjeschke
40
Reputation points
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.
Windows development | Windows App SDK
Sign in to answer