A collection of actions to perform when the
event is triggered.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Actions() As AgRt3ActionCollection
|
| [C#] |
|---|
public AgRt3ActionCollection Actions {get;}
|
| [Managed C++] |
|---|
public: __property AgRt3ActionCollection^ get_Actions();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Actions(
|
| [Java] |
|---|
public AgRt3ActionCollection getActions();
|