Example #1
0
 protected void DispatchTextSegmentAlter(AlterTextSegmentArgs e)
 {
     if (this.TextSegmentAlter != null)
     {
         this.TextSegmentAlter(this, e);
     }
 }
Example #2
0
 protected void DispatchTextSegmentRemoved(AlterTextSegmentArgs e)
 {
     if (this.TextSegmentRemoved != null)
     {
         this.TextSegmentRemoved(this, e);
     }
 }