Gets a boolean value indicates whether there is an handler attached to the
Action event of this shape.
public bool IsAssignedAction()
'Declaration
Public Function IsAssignedAction() As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.IsAssignedAction()
Return Value
true
if there is an handler attached to the
Action event; otherwise,
false
.