Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / INotifyKeyChanged Interface / KeyChanged Event

In This Topic
    KeyChanged Event (INotifyKeyChanged)
    In This Topic
    The key changed event.
    Syntax
    'Declaration
     
    Event KeyChanged As KeyChangedEventHandler
    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