Occurs when a box is deleted, either programmatically or by end-users.
SyntaxVB6
Copy Code
|
|---|
Public Event BoxDeleted |
Event DataParameter | Type | Description |
|---|---|---|
box | [input] reference to a Box | The box that is deleted. |
Dispatch ID: 1
RemarksRaised when a box is deleted, either by a user or programmatically.
See Also