alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FilterCollectionChangedEventArgs

    Filtered items changed event arguments.

    Inheritance
    System.Object
    FilterCollectionChangedEventArgs
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.dll
    Syntax
    public class FilterCollectionChangedEventArgs : Object

    Constructors

    FilterCollectionChangedEventArgs()

    Declaration
    public FilterCollectionChangedEventArgs()

    Properties

    Value

    Gets the value.

    Declaration
    public IEnumerable<object> Value { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>

    The value.

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