Table of Contents

Class OnRowValueChangedEventArgs

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

event args for CalloutEventHandler

public class OnRowValueChangedEventArgs : EventArgs
Inheritance
OnRowValueChangedEventArgs
Inherited Members

Constructors

OnRowValueChangedEventArgs(CalloutRow, string)

construtor

public OnRowValueChangedEventArgs(CalloutRow row, string text)

Parameters

row CalloutRow
text string

Properties

Row

the row whose value was changed

public CalloutRow Row { get; set; }

Property Value

CalloutRow

Value

the new value

public string Value { get; set; }

Property Value

string