Raises the Updating event.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
protected virtual void OnUpdating(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnUpdating ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs
EventArgs that contains the event data.

See Also