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
rowCalloutRowtextstring
Properties
Row
the row whose value was changed
public CalloutRow Row { get; set; }
Property Value
Value
the new value
public string Value { get; set; }