The Edit Event supports WPF/Silverlight.
The Edit Event is available in LEADTOOLS Document and Medical Imaging toolkits.
Occurs when this AnnEditDesigner is editing an AnnObject. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Event Edit As EventHandler(Of AnnEditDesignerEventArgs) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnEditDesigner Dim handler As EventHandler(Of AnnEditDesignerEventArgs) AddHandler instance.Edit, handler | |
| C# | |
|---|---|
public event EventHandler<AnnEditDesignerEventArgs> Edit | |
| C++/CLI | |
|---|---|
public: event EventHandler<AnnEditDesignerEventArgs^>^ Edit | |
The event handler receives an argument of type AnnEditDesignerEventArgs containing data related to this event. The following AnnEditDesignerEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the editing operation should be canceled. Supported in Silverlight, Windows Phone 7 |
| MoveControlPointIndex | Gets the index of the System.Windows.Controls.Primitives.Thumb currently being edited. Supported in Silverlight, Windows Phone 7 |
| Object | Gets the AnnObject object currently being edited. Supported in Silverlight, Windows Phone 7 |
| Operation | Gets the current edit operation Supported in Silverlight, Windows Phone 7 |
| OperationStatus | Gets the current edit operation status. Supported in Silverlight, Windows Phone 7 |
For C#/VB examples, refer to AnnDesigner.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code