Delegate FocusChangedDelegate
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void FocusChangedDelegate(IPropertyTreeView sender, IShowProperty NewFocus, IShowProperty OldFocus);
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyTreeView | sender | |
| IShowProperty | NewFocus | |
| IShowProperty | OldFocus |