CADability dotNET

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

Syntax

C#
void IShowProperty.OnDragLeave(
	EventArgs e
)
Visual Basic
Private Sub OnDragLeave ( _
	e As EventArgs _
) Implements IShowProperty.OnDragLeave
Visual C++
private:
virtual void OnDragLeave(
	EventArgs^ e
) sealed = IShowProperty::OnDragLeave

Parameters

e
Type: System..::..EventArgs

Implements

IShowProperty..::..OnDragLeave(EventArgs)

See Also