PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / ItemLoaded Event

In This Topic
    ItemLoaded Event
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Event ItemLoaded As EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
    [Nullable(Mono.Cecil.CustomAttributeArgument[])]
    public event EventHandler<CacheDataCollectionItemEventArgs<T>> ItemLoaded
    Event Data

    The event handler receives an argument of type C1.DataCollection.CacheDataCollectionItemEventArgs<T> containing data related to this event. The following CacheDataCollectionItemEventArgs<T> properties provide information specific to this event.

    PropertyDescription
    Gets the index of the item.  
    Gets the item.  
    See Also