SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the use of the ItemDeleted event.
Get
| VB.NET | Boolean = object.DeleteEvent As Boolean |
| VB | Boolean = object.DeleteEvent As Boolean |
| C#.NET | bool Boolean = object.DeleteEvent; |
| VC++ | VARIANT_BOOL Boolean = object->DeleteEvent; VARIANT_BOOL Boolean = object->GetDeleteEvent(); |
| C | HRESULT object->get_DeleteEvent(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.DeleteEvent = Boolean As Boolean |
| VB | object.DeleteEvent = Boolean As Boolean |
| C#.NET | bool object.DeleteEvent = Boolean; |
| VC++ | VARIANT_BOOL object->DeleteEvent = Boolean; void object->PutDeleteEvent(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_DeleteEvent(VARIANT_BOOL Boolean); |
object
Boolean
Defines the use of the ItemDeleted event.
| Boolean | Description |
|---|---|
| True | The ItemDeleted event occurs every time an item is deleted. |
| False | The ItemDeleted event is not generated. |
The DeleteEvent property defines the use of the ItemDeleted event.
Due to the additional overhead of firing an event each time an item is deleted, this property should only be enabled if the ItemDeleted event is in fact used.
See Also SftBoxItems Object | Object Hierarchy
