CADability dotNET
Initializes a new instance of the StateChangedArgs class

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public StateChangedArgs(
	StateChangedArgs..::..State state
)
Visual Basic
Public Sub New ( _
	state As StateChangedArgs..::..State _
)
Visual C++
public:
StateChangedArgs(
	StateChangedArgs..::..State state
)

See Also