Click to See Complete Forum and Search --> : Form.StyleChanged event parameters


David Bajgar
January 20th, 2009, 02:48 AM
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?

private void MDIChildForm_StyleChanged(object sender, EventArgs e)
{
}


.net 2.0, VS2005.
thanks!
David

cilu
January 20th, 2009, 03:45 AM
No, it's not possible to know from the event arguments what changed.