DeserializationEndingEventArgs Class
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.
DeserializationEndingEventArgs - used to notify that Deserialization has ended
public ref class DeserializationEndingEventArgs : EventArgs
public class DeserializationEndingEventArgs : EventArgs
type DeserializationEndingEventArgs = class
inherit EventArgs
Public Class DeserializationEndingEventArgs
Inherits EventArgs
- Inheritance
-
DeserializationEndingEventArgs
Constructors
| DeserializationEndingEventArgs(CompletionStatus) |
Sent when deserialization has completed |
Properties
| Status |
completion status of the transaction |