CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Delegate definition for ModifyWithMouseEvent.
Namespace: CADability.UserInterfaceAssembly: 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