XdsObjects Help file
XdsObjects Namespace / XdsSoapServer Class / DeleteReceived Event



In This Topic
    DeleteReceived Event
    In This Topic
    Event which is fired when a DeleteDocumentSet transaction is Received
    Syntax
    Public Event DeleteReceived As DeleteDocumentSetHandler
    Dim instance As XdsSoapServer
    Dim handler As DeleteDocumentSetHandler
     
    AddHandler instance.DeleteReceived, handler
    public event DeleteDocumentSetHandler DeleteReceived
    public:
    event DeleteDocumentSetHandler^ DeleteReceived
    Remarks
    This event would be handled only by a registry. Unlike the rest of XdsObjects, this event was not tested at the Connectathon, and is still experimental as the transaction itself still lies within the Supplement
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also