EnableRaisingChangeEvent Property

Summary

Gets or sets whether to raise the OptionsChanged event when a property value change.

Syntax
C#
VB
C++
public bool EnableRaisingChangeEvent { get; set; } 
  
Public Property EnableRaisingChangeEvent As Boolean 
public: 
property bool EnableRaisingChangeEvent { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to raise the OptionsChanged event when a property value change. Otherwise, false. Default is true.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly