SuperMap.Web.Actions.DrawPolygon.OnDrawCompleted C# (CSharp) Method

OnDrawCompleted() private method

private OnDrawCompleted ( DrawEventArgs args ) : void
args DrawEventArgs
return void
        private void OnDrawCompleted(DrawEventArgs args)
        {
            if (DrawCompleted != null)
            {
                DrawCompleted(this, args);
            }
        }