Partition.PartitionDisposing Event

Allows clients to receive PartitionDisposing events

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Event PartitionDisposing As EventHandler
public event EventHandler PartitionDisposing
public:
 event EventHandler^ PartitionDisposing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member PartitionDisposing : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

Partition Class

Microsoft.VisualStudio.Modeling Namespace