class ArrayCtrl { .... Callback2<int, bool&> WhenLineVisible; void ShowLine(int i, bool e); void HideLine(int i) { ShowLine(i, false); } bool IsLineVisible(int i) const; .... };
Report message to a moderator