Microsoft.Phone.Controls.ListPicker.OnListPickerModeChanged C# (CSharp) Method

OnListPickerModeChanged() private static method

private static OnListPickerModeChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void
        private static void OnListPickerModeChanged(DependencyObject o, DependencyPropertyChangedEventArgs e)
        {
            ((ListPicker)o).OnListPickerModeChanged((ListPickerMode)e.OldValue, (ListPickerMode)e.NewValue);
        }

Same methods

ListPicker::OnListPickerModeChanged ( ListPickerMode oldValue, ListPickerMode newValue ) : void