ImageGear .NET
CheckWord Event




Event used for user-defined checking.
Syntax
'Declaration
 
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")>
Public Event CheckWord As ImGearRecCheckWordEventHandler
'Usage
 
Dim instance As ImGearRecZone
Dim handler As ImGearRecCheckWordEventHandler
 
AddHandler instance.CheckWord, handler
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public event ImGearRecCheckWordEventHandler CheckWord
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public: __event ImGearRecCheckWordEventHandler* CheckWord
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public:
event ImGearRecCheckWordEventHandler^ CheckWord
Event Data

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

PropertyDescription
CheckWord Gets word to be checked.  
Opinion Gets or sets application's opinion of the word.  
Remarks
CheckWord event used to allow applications to register an event handler for a zone that allows custom checking for the zone.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members
ImGearRecCheckWordEventHandler Delegate

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback