Search Results for

    Show / Hide Table of Contents

    Interface ICallbackEventHandler

    A shim of the .NET interface for platforms that do not support it. Used to indicate that a control can be the target of a callback event on the server.

    Namespace: System.Web.UI
    Assembly: nunit.framework.dll
    Syntax
    public interface ICallbackEventHandler

    Methods

    View Source

    GetCallbackResult()

    Returns the results of a callback event that targets a control.

    Declaration
    string GetCallbackResult()
    Returns
    Type Description
    string
    View Source

    RaiseCallbackEvent(string)

    Processes a callback event that targets a control.

    Declaration
    void RaiseCallbackEvent(string report)
    Parameters
    Type Name Description
    string report
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0