Gets or sets whether to raise the
OptionsChanged event when a property value change.
Syntax
Visual Basic (Declaration) | |
---|
Public Property EnableRaisingChangeEvent As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Viewer3DOptions
Dim value As Boolean
instance.EnableRaisingChangeEvent = value
value = instance.EnableRaisingChangeEvent |
C# | |
---|
public bool EnableRaisingChangeEvent {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_EnableRaisingChangeEvent();
public: __property void set_EnableRaisingChangeEvent(
bool value
); |
C++/CLI | |
---|
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also