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.
        }