DevProgressBarValueChanged Event
Occurs when the progress bar value changes.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Value
EventHandlerProgressBarValueChangedEventArgs
This is a code example.
No code example is currently available or this language may not be supported.
''' ----------------------------------------------------------------------------------------------------
''' <summary>
''' Handles the <see cref="ElektroProgressBar.ValueChanged"/> event of the <see cref="ElektroProgressBar1"/> control.
''' </summary>
''' ----------------------------------------------------------------------------------------------------
''' <param name="sender">
''' The source of the event.
''' </param>
'''
''' <param name="e">
''' The <see cref="ProgressBarValueChangedEventArgs"/> instance containing the event data.
''' </param>
''' ----------------------------------------------------------------------------------------------------
Private Sub ElektroProgressBar1_ValueChanged(sender As Object, e As ProgressBarValueChangedEventArgs) _
Handles ElektroProgressBar1.ValueChanged
' Dim pb As DevProgressBar = DirectCast(sender, ElektroProgressBar)
Console.WriteLine(e.NewValue)
End Sub
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.