| Visual Basic (Declaration) | |
|---|---|
Public Event Deleting() As EventHandler(Of ObjectPersistingEventArgs) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<ObjectPersistingEventArgs> Deleting() | |
| Managed Extensions for C++ | |
|---|---|
public: __event EventHandler<ObjectPersistingEventArgs>* Deleting(); | |
| C++/CLI | |
|---|---|
public: event EventHandler<ObjectPersistingEventArgs>^ Deleting(); | |
This event is fired before an object is deleted from the storage.
It may be used if you want to customize the IQuery
for the operation.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family