NetSimpleRESTSOEWithProperties.Cat.PropertyForm.MaxNumFeaturesBox_TextChanged C# (CSharp) Method

MaxNumFeaturesBox_TextChanged() private method

private MaxNumFeaturesBox_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void MaxNumFeaturesBox_TextChanged(object sender, EventArgs e)
        {
            // Update the current SOE field.
            m_maxNumFeatures = MaxNumFeaturesBox.Text;
            // Notify ArcCatalog that the properties have changed.
            if(PageSite != null)
                PageSite.PageChanged();
        }