Provides information about RadPropertyGrid's PropertySetValueChanged event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PropertySetValueChangedEventArgs : EventArgs
Inheritance: objectEventArgsPropertySetValueChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the PropertySetValueChangedEventArgs class.
C#
public PropertySetValueChangedEventArgs(string propertyName, IEnumerable items, object value)
The name of the property.
itemsIEnumerableThe items.
valueobjectThe value of the property.
Properties
Gets the items.
C#
public IEnumerable Items { get; }
The Items.
Gets or sets the name of the property.
C#
public string PropertyName { get; set; }
The name of the property.