[]
Gets or sets events supression.
protected bool SuppressEvents { get; set; }
Case 1: Enable this property when you want to disable raising all events for the element, such as when you have a large number of elements and you don't want them all to raise events. Case 2: Enable it when you need to overload base methods with their call, but with your own events.