Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / KeyChanged Event

In This Topic
    KeyChanged Event (Material)
    In This Topic
    Syntax
    'Declaration
     
    Public Event KeyChanged As KeyChangedEventHandler
    public event KeyChangedEventHandler KeyChanged
    Event Data

    The event handler receives an argument of type KeyChangedEventArgs containing data related to this event. The following KeyChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    The new key for a IKeyedCollectionItem<T>.  
    See Also