Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewEventSinkService Class / FireToolDisabled Method
tool which was disabled


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

    Parameters

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