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

FireGraphTranslationChanged() protected method

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

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