Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / KeyChangedEventArgs Class / KeyChangedEventArgs Constructor
The property name.
The new key for the item.

In This Topic
    KeyChangedEventArgs Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyName As String, _
       ByVal newKey As String _
    )
    public KeyChangedEventArgs( 
       string propertyName,
       string newKey
    )

    Parameters

    propertyName
    The property name.
    newKey
    The new key for the item.
    See Also