コード例 #1
0
 private void OnConnectionChanging(object sender, InputConnectionChangingEventArgs e)
 {
     e.IsCancelled = !(e.NewOutput is ColorProvider);
 }
コード例 #2
0
 private void OnConnectionChanging(object sender, InputConnectionChangingEventArgs e)
 {
     e.IsCancelled = true; // Non of the outputs are providing Animals... so cancel this.
 }