C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / OnUpdated Method
System.EventArgs that contains the event data.

In This Topic
OnUpdated Method (C1PivotEngine)
In This Topic
Raises the Updated event.
Syntax
'Declaration
 
Protected Overridable Sub OnUpdated( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also