Class TileInfoEventArgs
Inheritance
System.Object
System.EventArgs
TileInfoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class TileInfoEventArgs : EventArgs
Constructors
TileInfoEventArgs(TileInfo)
Initializes a new instance of the TileInfoEventArgs class.
Declaration
public TileInfoEventArgs(TileInfo tileInfo)
Parameters
TileInfo
tileInfo
The tile information. |
Properties
TileInfo
Gets the tile information.
Declaration
public TileInfo TileInfo { get; }
Property Value
TileInfo
The tile information. |