Mindscape LightSpeed - User Reference & API Documentation
OnSaving Method (e)
API ReferenceMindscape.LightSpeedEntityOnSaving(CancelEventArgs)
Raises the Saving event. This method is called just before an entity is saved to the database (create or update). Override to perform custom save processing or optionally cancel the save operation.
Declaration Syntax
C#Visual Basic
protected virtual void OnSaving(
	CancelEventArgs e
)
Protected Overridable Sub OnSaving ( _
	e As CancelEventArgs _
)
Parameters
e (CancelEventArgs)
The CancelEventArgs instance containing the event data.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)