直接记例子了。。。所属的父类什么的还记不住。

 

DoubleAnimationUsingKeyFrames dakX = new DoubleAnimationUsingKeyFrames();
dakX.Completed += new EventHandler(detailbind_event); //就是这个
dakX.Duration = new Duration(TimeSpan.FromMilliseconds(1000));

private void detailbind_event(object sender, EventArgs e)
{
detailbind();
}

相关文章:

  • 2022-02-11
  • 2022-01-22
  • 2021-05-19
  • 2021-05-20
  • 2021-10-16
  • 2022-01-19
  • 2021-09-20
猜你喜欢
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案