Occurs when a dataset is available for moving.
Syntax
Event Data
The event handler receives an argument of type MoveDataSetEventArgs containing data related to this event. The following MoveDataSetEventArgs properties provide information specific to this event.
Property | Description |
---|
MoveDataSet |
Gets or sets the dataset to be sent with the C-MOVE-RSP.
|
Remaining |
Gets or sets the number of remaining instances to search.
|
Status |
Gets or sets the status of the C-FIND-REQ.
|
StoreDataSet |
Gets or sets the dataset to be stored to the client.
|
StoreFileName |
Gets or sets the name of the file to be stored.
|
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also