| Visual Basic (Declaration) | |
|---|---|
Public Event LineFoundEvent() As ImageEditor.LineFoundEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event ImageEditor.LineFoundEventHandler LineFoundEvent() | |
| Managed Extensions for C++ | |
|---|---|
public: __event ImageEditor.LineFoundEventHandler* LineFoundEvent(); | |
| C++/CLI | |
|---|---|
public: event ImageEditor.LineFoundEventHandler^ LineFoundEvent(); | |
The event handler receives an argument of type LineFoundEventArgs containing data related to this event. The following LineFoundEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| cancel | Flag to abort line detection. Set 'true' to abort |
| Count | Number of lines found during this GetLines operation |
| ImageLine | Information about the last found line |