SetProperty Event

Summary

Occurs when setting TWAIN capabilities to currently selected TWAIN source by calling the Properties property.

Syntax
C#
VB
C++
public event EventHandler<TwainSetPropertyEventArgs> SetProperty 
Public Event SetProperty As EventHandler(Of TwainSetPropertyEventArgs) 
public: 
event EventHandler<TwainSetPropertyEventArgs^>^ SetProperty 

Event Data

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

PropertyDescription
Capability Gets the capability being set
Status Gets the return value for each was being set.
Stop Enables or disables firing event SetProperty.

Remarks

This event is called while setting the TWAIN capabilities to the currently selected TWAIN source.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly