Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / EventHandlerTable Class / Item Property
An object to find in the list.


In This Topic
    Item Property (EventHandlerTable)
    In This Topic
    Gets or sets the System.Delegate for the specified object.
    Syntax
    'Declaration
     
    Public Overridable Default Property Item( _
       ByVal eventKey As Object _
    ) As Delegate
    'Usage
     
    Dim instance As EventHandlerTable
    Dim eventKey As Object
    Dim value As Delegate
     
    instance.Item(eventKey) = value
     
    value = instance.Item(eventKey)
    public virtual Delegate this[ 
       object eventKey
    ]; {get; set;}

    Parameters

    eventKey
    An object to find in the list.

    Property Value

    The delegate for the specified key, a null reference (Nothing in Visual Basic), if a delegate does not exist.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also