| Visual Basic (Declaration) | |
|---|---|
Public Event Updating() As EventHandler(Of ObjectPersistingEventArgs) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<ObjectPersistingEventArgs> Updating() | |
| Managed Extensions for C++ | |
|---|---|
public: __event EventHandler<ObjectPersistingEventArgs>* Updating(); | |
| C++/CLI | |
|---|---|
public: event EventHandler<ObjectPersistingEventArgs>^ Updating(); | |
This event is fired before an object is updated in 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