LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

EnableRaisingChangeEvent Property

Show in webframe






Gets or sets whether to raise the 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: __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 OptionsChanged event when a property value change. Otherwise, false. Default is true.
Requirements

Target Platforms

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.