Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.31
|
Leadtools.Medical3D Namespace > Medical3DContainer Class : CreateObject Event |
public event EventHandler<RasterCommandProgressEventArgs> CreateObject
'Declaration Public Event CreateObject As EventHandler(Of RasterCommandProgressEventArgs)
'Usage Dim instance As Medical3DContainer Dim handler As EventHandler(Of RasterCommandProgressEventArgs) AddHandler instance.CreateObject, handler
public: event EventHandler<RasterCommandProgressEventArgs^>^ CreateObject
The event handler receives an argument of type RasterCommandProgressEventArgs containing data related to this event. The following RasterCommandProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the image processing command should be canceled. |
Percent | Gets the percentage completion of the command. |