| Visual Basic (Declaration) | |
|---|---|
Public Event Persisting() As EventHandler(Of BeforeObjectPersistingEventArgs) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler<BeforeObjectPersistingEventArgs> Persisting() | |
| Managed Extensions for C++ | |
|---|---|
public: __event EventHandler<BeforeObjectPersistingEventArgs>* Persisting(); | |
| C++/CLI | |
|---|---|
public: event EventHandler<BeforeObjectPersistingEventArgs>^ Persisting(); | |
This event is fired before an object is persisted in the storage.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family