Occurs when the user draws a new box.
SyntaxVB6
Copy Code
|
|---|
Public Event BoxCreated |
Event DataParameter | Type | Description |
|---|---|---|
box | [input] reference to a Box | The box that is created. |
Dispatch ID: 7
RemarksRaised when a user draws a new box. Reference to that box is passed as an argument to the event handler. To prevent the user from creating a box, use the RequestCreateBox validation event.
See Also