Search Results for

    Show / Hide Table of Contents

    Delegate InputValidatedEventHandler

    Defines a delegate for an event handler for observing when an input is validated.

    Namespace: MADE.Data.Validation
    Assembly: MADE.Data.Validation.dll
    Syntax
    public delegate void InputValidatedEventHandler(object sender, InputValidatedEventArgs args);
    Parameters
    Type Name Description
    System.Object sender

    The sender.

    InputValidatedEventArgs args

    The input validated event argument.

    Extension Methods

    ReflectionExtensions.GetPropertyValue<T>(Object, String)
    ReflectionExtensions.GetPropertyNames(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps