CADability dotNET
Will be called when special keys are pressed (e.g. Esc, Enter or PgUp/Down)

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void OnSpecialKey(
	IShowProperty sender,
	KeyEventArgs args
)
Visual Basic
Sub OnSpecialKey ( _
	sender As IShowProperty, _
	args As KeyEventArgs _
)
Visual C++
void OnSpecialKey(
	IShowProperty^ sender, 
	KeyEventArgs^ args
)

See Also