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

EnableRaisingChangeEvent Property







Gets or sets whether to raise the Leadtools.Medical.Workstation.UI.Viewer3DOptions.OptionsChanged event when a property value change.
Syntax
public bool EnableRaisingChangeEvent {get; set;}
'Declaration
 
Public Property EnableRaisingChangeEvent As Boolean
'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.EnableRaisingChangeEvent = value
 
value = instance.EnableRaisingChangeEvent
public bool EnableRaisingChangeEvent {get; set;}
 get_EnableRaisingChangeEvent();
set_EnableRaisingChangeEvent(value);
public: __property bool get_EnableRaisingChangeEvent();
public: __property void set_EnableRaisingChangeEvent( 
   bool value
);
public:
property bool EnableRaisingChangeEvent {
   bool get();
   void set (    bool value);
}

Property Value

True to raise the Leadtools.Medical.Workstation.UI.Viewer3DOptions.OptionsChanged event when a property value change. Otherwise, false. Default is true.
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

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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