Optional delegate method for additional processing.
Supported in Silverlight, Windows Phone 7
Syntax
Event Data
The event handler receives an argument of type LineRemoveCommandEventArgs containing data related to this event. The following LineRemoveCommandEventArgs properties provide information specific to this event.
Property | Description |
---|
Image | Gets an Leadtools.RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7 |
Length | Gets the length (in pixels) of the line. Supported in Silverlight, Windows Phone 7 |
Region | Gets a LEADTOOLS Leadtools.RasterRegion representing the line to be removed. Supported in Silverlight, Windows Phone 7 |
StartColumn | Gets the starting column of the line. The columns are zero-based. Supported in Silverlight, Windows Phone 7 |
StartRow | Gets the starting row of the line. The rows are zero-based. Supported in Silverlight, Windows Phone 7 |
Status | Gets or sets a value that represents the status of the line remove process. Supported in Silverlight, Windows Phone 7 |
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