Smrf.NodeXL.ExcelTemplate.GraphRectangleEventArgs.AssertValid C# (CSharp) Method

AssertValid() private method

private AssertValid ( ) : void
return void
    AssertValid()
    {
        // m_oGraphRectangle
        Debug.Assert(m_oNodeXLControl != null);
    }