[]
        
(Showing Draft Content)

C1.Framework.Element.SuppressEvents

SuppressEvents Property

SuppressEvents

Gets or sets events supression.

Declaration
protected bool SuppressEvents { get; set; }
Remarks

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.