Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / IsAssignedAction Method


In This Topic
    IsAssignedAction Method
    In This Topic
    Gets a boolean value indicates whether there is an handler attached to the Action event of this shape.
    Syntax
    'Declaration
     
    
    Public Function IsAssignedAction() As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.IsAssignedAction()
    public bool IsAssignedAction()

    Return Value

    true if there is an handler attached to the Action event; otherwise, false.
    See Also