Adding a Custom Event Handler Section:
This code doesn't work:
Code:
private void ctlLabelTextbox1_PaddingChanged(object sender, EventArgs e)
{
MessageBox.Show("Changed");
}
I downloaded the code off of the website and it doesn't even work.
there must be something wrong with the custom event. This might need to be fixed in the wrox book. i don't know.
if you put a break point on the messagebox.show it will not even hit when you click the button.