Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Run Event
See Also 
Leadtools.Windows.Annotations Namespace > AnnRunDesigner Class : Run Event





Occurs when this AnnRunDesigner is running an AnnObjectBase.

Syntax

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();
XAML Attributes Usage 

<object Run=EventHandler<AnnRunDesignerEventArgs>/> ...

Routed Event Information 

Identifier field

RunEvent

Routing strategy

Bubbling

Delegate

AnnRunDesignerEventArgs

XAML Attributes Usage 

<object Run=EventHandler<AnnRunDesignerEventArgs>/> ...

Routed Event Information 

Identifier field

RunEvent

Routing strategy

Bubbling

Delegate

AnnRunDesignerEventArgs

Example

For C#/VB examples, refer to AnnRunDesigner.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Run requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.