开发者

I want to create a new event for ChildWindow OnWidthChanged how do i do it in Silverlight?

开发者 https://www.devze.com 2023-03-17 06:03 出处:网络
I want to create a new ev开发者_C百科ent for Silverlight ChildWindow where when the width changes the event must be raised how do i do it in C#/Silverlight?Listen to the existing SizeChanged event Com

I want to create a new ev开发者_C百科ent for Silverlight ChildWindow where when the width changes the event must be raised how do i do it in C#/Silverlight?


Listen to the existing SizeChanged event Compare NewSize and PreviousSize in SizeChangedEventArgs to check if width has changed.

0

精彩评论

暂无评论...
验证码 换一张
取 消