←Select platform

RakeRemove Event

Summary

Optional delegate method for additional processing.

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

Event Data

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

PropertyDescription
Length Gets the length of the base line of the rake.

Example

Refer to RakeRemoveCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly