Hi all,
is it possible to get from this event what exactly has been changed? E.g. if form border, color etc. Or shall I need to only check it "manually" using form properties?
Code:
private void MDIChildForm_StyleChanged(object sender, EventArgs e)
{            
}
.net 2.0, VS2005.
thanks!
David