CADability dotNET Namespace: CADability
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 UpdateCommandDelegate( string MenuId, CommandState CommandState, ref bool Processed ) |
| Visual Basic |
|---|
Public Delegate Sub UpdateCommandDelegate ( _ MenuId As String, _ CommandState As CommandState, _ ByRef Processed As Boolean _ ) |
| Visual C++ |
|---|
public delegate void UpdateCommandDelegate( String^ MenuId, CommandState^ CommandState, bool% Processed ) |
Parameters
- MenuId
- Type: System..::..String
- CommandState
- Type: CADability.UserInterface..::..CommandState
- Processed
- Type: System..::..Boolean%