StarRateValueChangedEventArgsNewValue Property
Gets the value.
Namespace: DevCase.UI.EventsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override int NewValue { get; }
Public Overrides ReadOnly Property NewValue As Integer
Get
Dim instance As StarRateValueChangedEventArgs
Dim value As Integer
value = instance.NewValue
public:
virtual property int NewValue {
int get () override;
}
abstract NewValue : int with get
override NewValue : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The value.