AcManager.Controls.UserControls.ModernPopup.OnContentChanged C# (CSharp) Method

OnContentChanged() private static method

private static OnContentChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void
        private static void OnContentChanged(DependencyObject o, DependencyPropertyChangedEventArgs e) {
            ((ModernPopup)o).OnContentChanged(e.OldValue as FrameworkElement, e.NewValue as FrameworkElement);
        }

Same methods

ModernPopup::OnContentChanged ( FrameworkElement oldValue, FrameworkElement newValue ) : void