GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoActionObject Interface
Properties Methods

In This Topic
    IGoActionObject Interface Members
    In This Topic

    The following tables list the members exposed by IGoActionObject.

    Public Properties
     NameDescription
     Property Gets or sets whether the object's Action is about to be invoked, normally by a mouse button being pressed.  
     PropertyGets or sets whether the GoToolAction tool should consider activating this object and invoking the object's action.  
    Top
    Public Methods
     NameDescription
     MethodThis method is called by GoToolAction to perform the object's action, normally by a mouse button being released.  
     MethodThis method is called by GoToolAction as the user is starting to manipulate the object, normally by a mouse press.  
     MethodThis method is called by GoToolAction as the user is adjusting the object, normally by a mouse drag or move.  
     MethodThis method is called by GoToolAction to notify the object that the tool is being cancelled.  
    Top
    See Also