| Visual Basic (Declaration) | |
|---|---|
Public Property NewValue As Integer | |
| C# | |
|---|---|
public int NewValue {get; set;} | |
Property Value
IntegerAdjusting the value of this property in the event will change what value the dial moves to.
| dbicDial | Send comments on this topic. |
| NewValue Property | |
| See Also | |
|
| dbicDial Assembly > Dbi.WinControl.Dial Namespace > ValueChangingEventArgs Class : NewValue Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property NewValue As Integer | |
| C# | |
|---|---|
public int NewValue {get; set;} | |