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

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