Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangedEventArgs - Xamarin.iOS API Reference | Syncfusion class holds an argument of the value changed event. ">

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    The class holds an argument of the value changed event.

    Inheritance
    System.Object
    ValueChangedEventArgs
    Namespace: Syncfusion.iOS.MaskedEdit
    Assembly: Syncfusion.SfMaskedEdit.iOS.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs(Object)

    Initializes a new instance of the ValueChangedEventArgs class in MaskedEdit.

    Declaration
    public ValueChangedEventArgs(object value)
    Parameters
    Type Name Description
    System.Object value

    Current state of the control.

    Properties

    Value

    Gets a value of the input field in the ValueChangedEventArgs class of the control.

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