Class PropertySetValueChangedEventArgs
Inheritance
System.Object
PropertySetValueChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertySetValueChangedEventArgs : EventArgs
Constructors
PropertySetValueChangedEventArgs(String, IEnumerable, Object)
Declaration
public PropertySetValueChangedEventArgs(string propertyName, IEnumerable items, object value)
Parameters
System.
|
System.
|
System.
|
Properties
Items
Declaration
public IEnumerable Items { get; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Value
Declaration
public object Value { get; set; }
Property Value
System.
|