Class MLineStyleElementChangeEventArgs
Inheritance
System.Object
System.EventArgs
MLineStyleElementChangeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: netDxf.Objects
Assembly: CADability.dll
Syntax
public class MLineStyleElementChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceMLineStyleElementChangeEventArgs(MLineStyleElement)
Initializes a new instance of MLineStyleElementChangeEventArgs.
Declaration
public MLineStyleElementChangeEventArgs(MLineStyleElement item)
Parameters
| Type | Name | Description |
|---|---|---|
| MLineStyleElement | item | The item that is being added or removed from the MLineStyle elements list. |
Properties
| Improve this Doc View SourceItem
Gets the item that is being added or removed from the MLineStyle elements list.
Declaration
public MLineStyleElement Item { get; }
Property Value
| Type | Description |
|---|---|
| MLineStyleElement |