ValueChangedEventArgsTNewValue 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 virtual T NewValue { get; }
Public Overridable ReadOnly Property NewValue As T
Get
Dim instance As ValueChangedEventArgs
Dim value As T
value = instance.NewValue
public:
virtual property T NewValue {
T get ();
}
abstract NewValue : 'T with get
override NewValue : 'T with get
No code example is currently available or this language may not be supported.
Property Value
T
The value.