Click or drag to resize

DimensionStyleOverrideDictionaryEventArgs Class

Represents the arguments thrown by the DimensionStyleOverrideDictionary events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNET.CollectionsDimensionStyleOverrideDictionaryEventArgs

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class DimensionStyleOverrideDictionaryEventArgs : EventArgs

The DimensionStyleOverrideDictionaryEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDimensionStyleOverrideDictionaryEventArgs
Initializes a new instance of DimensionStyleOverrideDictionaryEventArgs.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets if the operation must be canceled.
Public propertyItem
Get the item that is being added to or removed from the dictionary.
Top
See Also