ComponentOne Input for WinForms
LoadCompleted Event

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1PictureBox Class : LoadCompleted Event
Syntax
'Declaration
 
Public Event LoadCompleted As System.ComponentModel.AsyncCompletedEventHandler
public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted
Event Data

The event handler receives an argument of type System.ComponentModel.AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
See Also