MultiValuedProperty<T>.OnCollectionChanging Method

This member overrides MultiValuedPropertyBase.OnCollectionChanging(EventArgs).

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Protected Overrides Sub OnCollectionChanging ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnCollectionChanging(e)
protected override void OnCollectionChanging(
    EventArgs e
)

Parameters