Nevron .NET Vision
Nevron.Dom Namespace / NNodeCompositeImpl Class / EventSinkService Property


In This Topic
    EventSinkService Property (NNodeCompositeImpl)
    In This Topic
    Obtains a reference to the node event sink service to which the implementation is attached
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventSinkService As NNodeEventSinkService
    'Usage
     
    
    Dim instance As NNodeCompositeImpl
    Dim value As NNodeEventSinkService
     
    value = instance.EventSinkService
    public NNodeEventSinkService EventSinkService {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