VAGSuite.SymbolCollection.OnInsert C# (CSharp) Метод

OnInsert() защищенный Метод

protected OnInsert ( int index, Object value ) : void
index int
value Object
Результат void
        protected override void OnInsert(int index, Object value)
        {
            // Insert additional code to be run only when inserting values.
        }