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


i want create new event silverlight childwindow when width changes event must raised how do in c#/silverlight?

listen existing sizechanged event compare newsize , previoussize in sizechangedeventargs check if width has changed.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -