CADability dotNET
Delegate definition for ModifyWithMouseEvent.

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

Syntax

C#
public delegate bool ModifyWithMouseIndexDelegate(
	IShowProperty sender,
	int index
)
Visual Basic
Public Delegate Function ModifyWithMouseIndexDelegate ( _
	sender As IShowProperty, _
	index As Integer _
) As Boolean
Visual C++
public delegate bool ModifyWithMouseIndexDelegate(
	IShowProperty^ sender, 
	int index
)

Parameters

sender
Type: CADability.UserInterface..::..IShowProperty
this object
index
Type: System..::..Int32
index of the point that is modified

Return Value

true: accepted, false: not accepted

See Also