Defines an event argument for the UnitGetComparativeLengthEventHandler delegate.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class UnitGetComparativeLengthEventArgs : EventArgs
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class UnitGetComparativeLengthEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    C1.C1PrintDocument..::.UnitGetComparativeLengthEventArgs

See Also