Search Results for

    Show / Hide Table of Contents

    Class RequestEventArgs

    event object containing dispatched request infromation

    Inheritance
    System.Object
    System.EventArgs
    RequestEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class RequestEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    RequestEventArgs(String)

    Initializes a new instance of the RequestEventArgs class.

    Declaration
    public RequestEventArgs(string data)
    Parameters
    Type Name Description
    System.String data

    The data.

    Properties

    | Improve this Doc View Source

    Data

    Gets or sets the data.

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    System.String

    The data.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng