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