Class
PropertySetValueChangedEventArgs

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 EventArgs.Empty

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

string

The name of the property.

items

IEnumerable

The items.

value

object

The value of the property.

Properties

Items

Gets the items.

Declaration

cs-api-definition
public IEnumerable Items { get; }

Property Value

IEnumerable

The Items.

PropertyName

Gets or sets the name of the property.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

The name of the property.

Value

Gets or sets the value of the property.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value of the property.