Removing Methods from a Delegate
You can also remove a method from a delegate, using the -= operator. The following line of code shows the use of the operator. Figure 2 shows the result of this code when applied to… Read More »Removing Methods from a Delegate