ATMLCommonLibrary.forms.InstrumentForm.OnSaved C# (CSharp) Method

OnSaved() protected method

protected OnSaved ( ) : void
return void
        protected override void OnSaved()
        {
            base.OnSaved();
            InstrumentDescription instrumentDescription = instrumentControl.InstrumentDescription;
            if (instrumentDescription != null)
                UpdateAtmlViewContent(instrumentDescription);
        }