Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewEventSinkService Class / FireToolEnabled Method
tool which was enabled


In This Topic
    FireToolEnabled Method
    In This Topic
    Fires the ToolEnabled event for the specified tool
    Syntax
    'Declaration
     
    
    Public Overridable Sub FireToolEnabled( _
       ByVal tool As NTool _
    ) 
    'Usage
     
    
    Dim instance As NViewEventSinkService
    Dim tool As NTool
     
    instance.FireToolEnabled(tool)
    public virtual void FireToolEnabled( 
       NTool tool
    )

    Parameters

    tool
    tool which was enabled
    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