Hi,
I noticed that for most of the events of a control, the event will get fired before the changes are made (for example, SizeChanged event gets fired before the size of the control is changed). Is there an event that will be fired after the size is actually changed? Are there these types of "After changes committed" events for all events such as Click, GotFocus, LostFocus, SelectededIndexChanged (of ListView), ParentChanged, etc?
Thanks In Advance.
Chun Yu