region class
- Region Constructors
- Region Class
- RegionData Class
- VB .Net to C# Conversion – RadioButton.CheckedChanged Event Not Firing
Initializes a new Region.
Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited.
Encapsulates the data that makes up a Region object. This class cannot be inherited.
In your Winforms application you have a radio button. If the user changes the value, you want to get notified. You will use RadioButton.CheckedChanged event. Your code works fine but here is a problem.
No comments:
Post a Comment