DicomObjects Reference
DicomObjects Reference / DicomConnection Object / LastAction Property
In This Topic
    LastAction Property
    In This Topic
    Description
    Last action to have been performed on this connection
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property LastAction As String
    Remarks
    The values possible for this property are listed in the ActionComplete entry.
    Unlike the action parameter in the ActionComplete event, this property returns the last action requested, which is not necessarily the same as the last completed.  This property now has little use since the modification to the ActionComplete event, and may be withdrawn in future versions
    See Also