Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Represents the selection changed event arguments.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.SfPicker.iOS
    Assembly: Syncfusion.SfPicker.iOS.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    NewValue

    Gets the new value.

    Declaration
    public object NewValue { get; }
    Property Value
    Type Description
    System.Object

    The new selected value.

    OldValue

    Gets the old value.

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    System.Object

    The old selected value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved