Nevron .NET Vision
Nevron.Dom Namespace / NNodeEventSinkService Class / NodeEventToKeyMap Property


In This Topic
    NodeEventToKeyMap Property
    In This Topic
    Obtains a reference to the internal hashtable, which is used to map node event names to the keys which can be used in a delegate storage
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property NodeEventToKeyMap As System.Collections.Hashtable
    'Usage
     
    
    Dim instance As NNodeEventSinkService
    Dim value As System.Collections.Hashtable
     
    value = instance.NodeEventToKeyMap
    protected System.Collections.Hashtable NodeEventToKeyMap {get;}
    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