@@ -711,6 +711,10 @@ namespace form_ctrl_demo
{
pdfViewControl.PDFView.SelectAnnotation(editEvent.PageIndex, editEvent.AnnotIndex);
}
+ else if (editEvent.EditAction==ActionType.Del)
+ {
+ fromPropertyControl.CleanProperty();
+ }