This commit is contained in:
2008-08-12 11:49:46 +00:00
parent 992d727d3c
commit acc287dc58
5 changed files with 717 additions and 53 deletions

View File

@@ -109,8 +109,15 @@ namespace Volian.Controls.Library
if ((value.ItemID % 25) == 0)
ChangeBar = true;
#endif
value.MyContent.Changed += new ContentInfoEvent(MyContent_Changed);
}
}
void MyContent_Changed(object sender)
{
// Update the text to reflect the content change
MyStepRTB.MyItemInfo=MyStepRTB.MyItemInfo; // Reset Text
// TODO: Need code to update tabs.
}
/// <summary>
/// Used to connect the RichTextBox with the menus and toolbars
/// </summary>