コード例 #1
0
 void WpfTextView_Closed(object sender, EventArgs e)
 {
     OnDisabled();
     wpfTextView.Closed        -= WpfTextView_Closed;
     wpfTextView.LayoutChanged -= WpfTextView_LayoutChanged;
     imageSourceService.Unregister(this);
 }
コード例 #2
0
 protected void ViewClosed()
 {
     OnDisabled();
     imageSourceService.Unregister(this);
 }