Gets or sets whether to raise the 
OptionsChanged event when a property value change.
            
            
            
            
            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.