Optional delegate method for additional processing.
Syntax
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.
Property | Description |
---|
Length | Gets the length of the base line of the rake. |
Region | Gets a LEADTOOLS Leadtools.RasterRegion representing the rake to be removed. |
Status | Gets or sets a value that represents the status of the rake removal process. |
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also