Class ResourceEventArgs
Contains the resource id
Inheritance
System.Object
System.EventArgs
ResourceEventArgs
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 ResourceEventArgs : EventArgs
Constructors
| Improve this Doc View SourceResourceEventArgs(String)
Constructor
Declaration
public ResourceEventArgs(string resourceID)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceID |
Properties
| Improve this Doc View SourceResourceID
Gets or sets the resource id
Declaration
public string ResourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |