Show / Hide Table of Contents

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 Source

MLineStyleElementChangeEventArgs(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 Source

Item

Gets the item that is being added or removed from the MLineStyle elements list.

Declaration
public MLineStyleElement Item { get; }
Property Value
Type Description
MLineStyleElement
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX