ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : CheckWord Event |
'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
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")] public event ImGearRecCheckWordEventHandler CheckWord
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")] public: __event ImGearRecCheckWordEventHandler* CheckWord
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")] public: event ImGearRecCheckWordEventHandler^ CheckWord
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.
Property | Description |
---|---|
CheckWord | Gets word to be checked. |
Opinion | Gets or sets application's opinion of the word. |
CheckWord
event used to allow applications to register an event handler for a zone that allows custom checking for the zone.