The method is called by the agent on releasing the mouse button.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
bool OnMouseUp(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: System..::.Object
Object that sent the event.
e
Type: System.Windows.Forms..::.MouseEventArgs
Event attributes.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the event should not be processed any further (it has been already processed).

See Also