←Select platform

Canceled Property

Summary

Gets a value indicating if the Cancel method was called on the command.

Syntax

C#
VB
C++
public bool Canceled { get; } 
  
Public ReadOnly Property Canceled As Boolean 
public: 
property bool Canceled { 
   bool get(); 
} 

Property Value

true if the Cancel method was called on the DicomCommand; otherwise, false.

Remarks

This property should be used by inherited classes to check if the user canceled the executing command and perform any required procedures to terminate the process safely.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly