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

In This Topic
    ItemUnloaded Event
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Event ItemUnloaded As EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
    [Nullable(Mono.Cecil.CustomAttributeArgument[])]
    public event EventHandler<CacheDataCollectionItemEventArgs<T>> ItemUnloaded
    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