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 SpecialKeyDownDelegate( IShowProperty sender, KeyEventArgs args ) |
| Visual Basic |
|---|
Public Delegate Sub SpecialKeyDownDelegate ( _ sender As IShowProperty, _ args As KeyEventArgs _ ) |
| Visual C++ |
|---|
public delegate void SpecialKeyDownDelegate( IShowProperty^ sender, KeyEventArgs^ args ) |
Parameters
- sender
- Type: CADability.UserInterface..::..IShowProperty
- args
- Type: System.Windows.Forms..::..KeyEventArgs