Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IKeyedCollectionDisposableItem<T> Interface
Members

In This Topic
    IKeyedCollectionDisposableItem<T> Interface
    In This Topic
    Interface for the Eyeshot keyed collection with disposable items.
    Syntax
    'Declaration
     
    Public Interface IKeyedCollectionDisposableItem(Of T As {Object, IKeyedCollectionDisposableItem(Of T)}) 
       Inherits IKeyedCollectionItem(Of T)INotifyKeyChanged 
    public interface IKeyedCollectionDisposableItem<T> : IKeyedCollectionItem<T>INotifyKeyChanged  
    where T: object, IKeyedCollectionDisposableItem<T>
    Type Parameters
    T
    See Also