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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
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