SuperMap.Connector.Control.Forms.GraphicsLayer.Lines_CollectionChanged C# (CSharp) Method

Lines_CollectionChanged() private method

private Lines_CollectionChanged ( object sender, System e ) : void
sender object
e System
return void
        void Lines_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
        {
            if (this.LineCollectionChanged != null)
            {
                LineCollectionChanged(this, e);
            }
        }