CADability dotNET
Creates an RemovingFromListEventArgs object.

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

Syntax

C#
public RemovingFromListEventArgs(
	Object List,
	Object Item,
	string Name,
	string ResourceID
)
Visual Basic
Public Sub New ( _
	List As Object, _
	Item As Object, _
	Name As String, _
	ResourceID As String _
)
Visual C++
public:
RemovingFromListEventArgs(
	Object^ List, 
	Object^ Item, 
	String^ Name, 
	String^ ResourceID
)

Parameters

List
Type: System..::..Object
The List, from which the object is going to be removed
Item
Type: System..::..Object
The object that is going to be removed
Name
Type: System..::..String
ResourceID
Type: System..::..String

See Also