MultiValuedPropertyBase.OnCollectionChanged method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
'Declaration
Protected Overridable Sub OnCollectionChanged ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnCollectionChanged(e)
protected virtual void OnCollectionChanged(
EventArgs e
)
- e
Type: System.EventArgs