App_Code.Controls.WidgetZone.WidgetZone C# (CSharp) Method

WidgetZone() static private method

Initializes static members of the WidgetZone class.
static private WidgetZone ( ) : System
return System
        static WidgetZone()
        {
            WidgetEditBase.Saved += (sender, args) => OnZonesUpdated();
        }