LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ReferenceLineStateChanging Event







Occurs before showing or hiding the reference line.
Syntax
public event EventHandler<ReferenceLineStateChangeEventArgs> ReferenceLineStateChanging
'Declaration
 
Public Event ReferenceLineStateChanging As EventHandler(Of ReferenceLineStateChangeEventArgs)
'Usage
 
Dim instance As ToggleReferenceLineCommand
Dim handler As EventHandler(Of ReferenceLineStateChangeEventArgs)
 
AddHandler instance.ReferenceLineStateChanging, handler
public event EventHandler<ReferenceLineStateChangeEventArgs> ReferenceLineStateChanging
add_ReferenceLineStateChanging(function(sender, e))
remove_ReferenceLineStateChanging(function(sender, e))

public: __event EventHandler<ReferenceLineStateChangeEventArgs*>* ReferenceLineStateChanging
public:
event EventHandler<ReferenceLineStateChangeEventArgs*>* ReferenceLineStateChanging
Event Data

The event handler receives an argument of type ReferenceLineStateChangeEventArgs containing data related to this event. The following ReferenceLineStateChangeEventArgs properties provide information specific to this event.

PropertyDescription
Cell Gets or sets the Leadtools.MedicalViewer.MedicalViewerCell which reference line state will be changed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToggleReferenceLineCommand Class
ToggleReferenceLineCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.