コード例 #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;
 }