Provides data for the AutoGeneratingPropertyDefinition event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class AutoGeneratingPropertyDefinitionEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsAutoGeneratingPropertyDefinitionEventArgs
Inherited Members
Constructors
C#
public AutoGeneratingPropertyDefinitionEventArgs()
Properties
Gets or sets the property definition.
C#
public PropertyDefinition PropertyDefinition { get; set; }