Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - Xamarin.Android API Reference | Syncfusion SelectionChangedEventArgs class. ">

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Initializes a new instance of the SelectionChangedEventArgs class.

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

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    NewValue

    Gets or sets the New Value.

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

    OldValue

    Gets or sets the Old Value.

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved