Class ShapeColorizerEventArgs
Represents the arguments of the colorizer events.
Inheritance
System.Object
System.EventArgs
ShapeColorizerEventArgs
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.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ShapeColorizerEventArgs : EventArgs
Properties
Items
Gets the list of processed elements.
Declaration
public IEnumerable<object> Items { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Object>
|