CADability dotNET Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public delegate void FilterCommandDelegate( GeoVectorProperty sender, string menuId, CommandState commandState, ref bool handled ) |
| Visual Basic |
|---|
Public Delegate Sub FilterCommandDelegate ( _ sender As GeoVectorProperty, _ menuId As String, _ commandState As CommandState, _ ByRef handled As Boolean _ ) |
| Visual C++ |
|---|
public delegate void FilterCommandDelegate( GeoVectorProperty^ sender, String^ menuId, CommandState^ commandState, bool% handled ) |
Parameters
- sender
- Type: CADability.UserInterface..::..GeoVectorProperty
- menuId
- Type: System..::..String
- commandState
- Type: CADability.UserInterface..::..CommandState
- handled
- Type: System..::..Boolean%