CanCheckoutFile Event
This event is fired to determine if a file can be checked out when using the interactive acquisition.
Syntax
public event System.EventHandler<AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs> CanCheckoutFilePublic Event CanCheckoutFile As System.EventHandler(Of AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs)Remarks
This event is only fired during the interactive acquisition. Also, the event will not be fired if the download buisniess logic says a file cannot be checked out.