private void OnContentModified(object sender, ContentModifiedArgs e) { if (ContentModified != null) { ContentModified(sender, e); } }