'DeclarationPublic Event AutoGeneratingPropertyAttribute As EventHandler(Of PropertyGridAttributeAutoGeneratingEventArgs)
public event EventHandler<PropertyGridAttributeAutoGeneratingEventArgs> AutoGeneratingPropertyAttribute
Event Data
The event handler receives an argument of type PropertyGridAttributeAutoGeneratingEventArgs containing data related to this event. The following PropertyGridAttributeAutoGeneratingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from C1.WPF.Grid.CancelEventArgs) |
| Cancellable | (Inherited from C1.WPF.Grid.CancelEventArgs) |
| Property | Gets the associated property info. |
| PropertyAttribute | Gets the property attribute being generated. |
See Also