M
Michael A. Covington
Is there a simple way to empty out the Paint delegate (which is a list of
method calls) before adding something to it?
I'm envision a large, casually designed, experimental program in which
various menu choices will each put a different routine into OnPaint, and
each of them would want to clear out the previously added ones first,
without necessarily knowing what they are.
I can't use assignment (=) with this.Paint, but I can use += and -= (and
apparently nothing else!).
method calls) before adding something to it?
I'm envision a large, casually designed, experimental program in which
various menu choices will each put a different routine into OnPaint, and
each of them would want to clear out the previously added ones first,
without necessarily knowing what they are.
I can't use assignment (=) with this.Paint, but I can use += and -= (and
apparently nothing else!).