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

FireLayingOutGraph() protected method

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

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