Microsoft.Phone.Applications.UnitConverter.View.CategorySelection.pivot_LayoutUpdated C# (CSharp) Method

pivot_LayoutUpdated() private method

Event Handler called when the pivot control is being updated. This will be called during the Header manipulation events. A flag is set to indicate that the pivot control is still updating.
private pivot_LayoutUpdated ( object sender, EventArgs e ) : void
sender object Standard pattern
e System.EventArgs Standard pattern
return void
        void pivot_LayoutUpdated(object sender, EventArgs e)
        {
            lock (this.threadLock)
            {
                this.pivotLayoutUpdate = true;
            }
        }