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 SourceRequestEventArgs(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 SourceData
Gets or sets the data.
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
System.String | The data. |