Occurs when users try to select a box, giving you the chance to cancel the operation.
SyntaxVB6
Copy Code
|
|---|
Public Event RequestSelectBox |
Event DataParameter | Type | Description |
|---|---|---|
box | [input] reference to Box object | The box that the user is trying to select. |
select | [output] boolean | Set to false to cancel the operation. |
Dispatch ID: 11
RemarksRaised when the user is selecting a box, this event gives you the chance to cancel the selection. Set the select parameter to false and the selection shall be canceled.
See Also