Represents a set of methods which are invoked on changing of the application settings.
The set is used for
ChangeEntityPanelVisible,
ChangeBackgroundColor,
ChangeDrawingColors
events
Namespace:
CADImport.CADImportForms
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Delegate Sub ChangeOptionsEventHandler( _ ByVal val As Boolean _ ) |
C#
|
public delegate void ChangeOptionsEventHandler( bool val ) |
Parameters
-
val
-
Type: bool
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also