MonoHotDraw.Samples.MainWindow.OnAddDigitalClockActionActivated C# (CSharp) Method

OnAddDigitalClockActionActivated() protected method

protected OnAddDigitalClockActionActivated ( object sender, System e ) : void
sender object
e System
return void
        protected virtual void OnAddDigitalClockActionActivated(object sender, System.EventArgs e)
        {
            Tool = new DragCreationTool (this, new DigitalClockFigure ());
        }