VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_GetSupportedAsyncEvents Method
In This Topic
    Device_GetSupportedAsyncEvents Method
    In This Topic
    Description
    Returns an array of asynchronous events supported by device.
    Syntax
    Visual Basic
    Public Function Device_GetSupportedAsyncEvents() As Variant
    Return Type
    An array of asynchronous events supported by device.
    Remarks
    Call this method only when device is opened (Device_State == enumDevice_State.DeviceOpened).

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also

    VintaSoftTwain Object  | VintaSoftTwain Members  | VSTwainLib~VintaSoftTwain~DeviceAsyncEvents