DynamicCollection.OnUpdatingItem Method (Microsoft.PerformancePoint.Scorecards)
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Protected Overridable Sub OnUpdatingItem ( _
e As DynamicEventArgs(Of T) _
)
'Usage
Dim e As DynamicEventArgs(Of T)
Me.OnUpdatingItem(e)
protected virtual void OnUpdatingItem (
DynamicEventArgs<T> e
)
Parameters
- e
See Also
Reference
DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace