/// <summary> /// Handles the UserControl's Loaded event. /// </summary> /// <param name="sender">The object where the event handler is attached.</param> /// <param name="e">The event data.</param> private void BusyIndicatorSample_Loaded(object sender, RoutedEventArgs e) { // Sample browser-specific layout change SampleHelpers.ChangeSampleAlignmentToStretch(this); }