Smrf.NodeXL.Visualization.Wpf.NodeXLControl.FireGraphZoomChanged C# (CSharp) Method

FireGraphZoomChanged() protected method

protected FireGraphZoomChanged ( ) : void
return void
    FireGraphZoomChanged()
    {
        AssertValid();

        EventUtil.FireEvent(this, this.GraphZoomChanged);
    }
NodeXLControl