Class PropertyGridFieldEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridFieldEventArgs : SelectionChangedEventArgs
Constructors
PropertyGridFieldEventArgs(IList<Object>, IList<Object>)
Declaration
public PropertyGridFieldEventArgs(IList<object> addedItems, IList<object> removedItems)
Parameters
System.
|
System.
|
Properties
Field
PropertyDefinition
Declaration
public PropertyDefinition PropertyDefinition { get; protected set; }