PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / AutoGeneratingPropertyAttribute Event

In This Topic
    AutoGeneratingPropertyAttribute Event
    In This Topic
    Occurs when a property attribute is being generated.
    Syntax
    'Declaration
     
    
    Public 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.

    PropertyDescription
    (Inherited from C1.WPF.Grid.CancelEventArgs)
    (Inherited from C1.WPF.Grid.CancelEventArgs)
    Gets the associated property info.  
    Gets the property attribute being generated.  
    See Also