예제 #1
0
 void _spans_Removed(object sender, TrackedCollectionEventArgs<Span> e)
 {
     e.Item.Parent = null;
 }
예제 #2
0
 void _spans_Added(object sender, TrackedCollectionEventArgs<Span> e)
 {
     e.Item.Parent = this;
 }