CADability dotNET
Notifies about the begin and end of a modification with the mouse

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

Syntax

C#
bool ModifyWithMouse(
	Object sender,
	string propertyName,
	bool startModify
)
Visual Basic
Function ModifyWithMouse ( _
	sender As Object, _
	propertyName As String, _
	startModify As Boolean _
) As Boolean
Visual C++
bool ModifyWithMouse(
	Object^ sender, 
	String^ propertyName, 
	bool startModify
)

Parameters

sender
Type: System..::..Object
the causer
propertyName
Type: System..::..String
name of the property beeing changed
startModify
Type: System..::..Boolean
true: beginning, false: ending

Return Value

See Also