Visual Basic (Declaration) | |
---|---|
Public Event NSetResponse As EventHandler(Of NSetResponseEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ClientSession Dim handler As EventHandler(Of NSetResponseEventArgs) AddHandler instance.NSetResponse, handler |
C# | |
---|---|
public event EventHandler<NSetResponseEventArgs> NSetResponse |
C++/CLI | |
---|---|
public: event EventHandler<NSetResponseEventArgs^>^ NSetResponse |
The event handler receives an argument of type NSetResponseEventArgs containing data related to this event. The following NSetResponseEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AbstractClass (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the Abstract Syntax from the client request. |
AffectedSopInstanceUID | Gets the UID of the SOP Instance for which Attribute Values were modified. |
Handled (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets or sets a value indicating if the user received the event handled sending the client response to the user. |
MessageID (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the message ID from the client request. |
PresentationId (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the presentation ID from the client request. |
ResponseDataset (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the Leadtools.Dicom.DicomDataSet which will be sent with the response. |
Status (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the status for processing the client request. |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7