ItemSizeChanged: function (sender, args)
sender. Event source.
args. Event information. Available argument: Item - gets the item whose size is changed.
The ItemSizeChanged event occurs after resizing panel of the StackPanel component.
To enable panel resizing, the StackPanel.IsContentResizable property must be set to True.
The example of event use is given in the page with description of the StackPanel.IsContentResizable property.
See also: