'Declaration Public Event CheckWord As ImGearRecCheckWordEventHandler
'Usage Dim instance As ImGearRecZone Dim handler As ImGearRecCheckWordEventHandler AddHandler instance.CheckWord, handler
public event ImGearRecCheckWordEventHandler CheckWord
public: __event ImGearRecCheckWordEventHandler* CheckWord
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.
Property | Description |
---|---|
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