Table of Contents

Class CalloutRowTargetChangedEventArgs

Namespace
Hymma.Solidworks.Addins
Assembly
Hymma.Solidworks.Addins.dll

event args for when a row's target is changed

public class CalloutRowTargetChangedEventArgs : EventArgs
Inheritance
CalloutRowTargetChangedEventArgs
Inherited Members

Constructors

CalloutRowTargetChangedEventArgs(int, Tuple<double, double, double>)

constructor

public CalloutRowTargetChangedEventArgs(int rowId, Tuple<double, double, double> newTarget)

Parameters

rowId int

id of the row that its target changed

newTarget Tuple<double, double, double>

new target

Properties

NewTarget

new target

public Tuple<double, double, double> NewTarget { get; }

Property Value

Tuple<double, double, double>

RowId

id of the row that its target changed

public int RowId { get; }

Property Value

int