The Run Event supports WPF/Silverlight.
The Run Event is available in LEADTOOLS Document and Medical Imaging toolkits.
Occurs when this AnnRunDesigner is running an AnnObject. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Event Run As EventHandler(Of AnnRunDesignerEventArgs) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnRunDesigner Dim handler As EventHandler(Of AnnRunDesignerEventArgs) AddHandler instance.Run, handler | |
| C# | |
|---|---|
public event EventHandler<AnnRunDesignerEventArgs> Run | |
| C++/CLI | |
|---|---|
public: event EventHandler<AnnRunDesignerEventArgs^>^ Run | |
The event handler receives an argument of type AnnRunDesignerEventArgs containing data related to this event. The following AnnRunDesignerEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the running operation should be canceled. Supported in Silverlight, Windows Phone 7 |
| Handled (Inherited from System.Windows.RoutedEventArgs) | |
| Object | Gets the AnnObject object currently being run. Supported in Silverlight, Windows Phone 7 |
| OperationStatus | Gets the current run operation status. Supported in Silverlight, Windows Phone 7 |
| OriginalSource (Inherited from System.Windows.RoutedEventArgs) | |
| RoutedEvent (Inherited from System.Windows.RoutedEventArgs) | |
| Source (Inherited from System.Windows.RoutedEventArgs) |
For C#/VB examples, refer to AnnRunDesigner.
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