EventManagerDirectory.DeserializationEnding Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows clients to receive DeserializationEnding events
public:
event EventHandler<Microsoft::VisualStudio::Modeling::DeserializationEndingEventArgs ^> ^ DeserializationEnding;
public event EventHandler<Microsoft.VisualStudio.Modeling.DeserializationEndingEventArgs> DeserializationEnding;
member this.DeserializationEnding : EventHandler<Microsoft.VisualStudio.Modeling.DeserializationEndingEventArgs>
Public Event DeserializationEnding As EventHandler(Of DeserializationEndingEventArgs)