This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user