CADability dotNET
Used as a parameter in the event RemovingFromListDelegate. When handling an appropriate event, you can prevent the object beeing removed from the list.

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

Syntax

C#
public class RemovingFromListEventArgs : EventArgs
Visual Basic
Public Class RemovingFromListEventArgs _
	Inherits EventArgs
Visual C++
public ref class RemovingFromListEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    CADability..::..RemovingFromListEventArgs

See Also