Search Results for

    Show / Hide Table of Contents

    Delegate PropertyChanged

    Callback raised when an inspected object's property is edited, reporting the property name and its new value.

    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public delegate void PropertyChanged(string propertyName, object value)
    Parameters
    Type Name Description
    string propertyName Callback raised when an inspected object's property is edited, reporting the property name and its new value.
    object value Callback raised when an inspected object's property is edited, reporting the property name and its new value.

    Constructors

    View Source

    PropertyChanged(object, nint)

    Declaration
    public PropertyChanged(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(string, object, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string propertyName, object value, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    string propertyName
    object value
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    View Source

    Invoke(string, object)

    Declaration
    public virtual void Invoke(string propertyName, object value)
    Parameters
    Type Name Description
    string propertyName
    object value
    • View Source
    In this article
    Back to top Generated by DocFX