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