Class PropertyGridFieldEventArgs
Inheritance
System.Object
PropertyGridFieldEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridFieldEventArgs : SelectionChangedEventArgs
Constructors
Declaration
public PropertyGridFieldEventArgs(IList<object> addedItems, IList<object> removedItems)
Parameters
|
System.Collections.Generic.IList<System.Object>
addedItems
|
|
System.Collections.Generic.IList<System.Object>
removedItems
|
Properties
Declaration
public PropertyGridField Field { get; protected set; }
Property Value
Declaration
public PropertyDefinition PropertyDefinition { get; protected set; }
Property Value
Extension Methods