RateChangedRoutedEventHandler Delegate

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Represents the method that will handle the RateChanged.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Delegate Sub RateChangedRoutedEventHandler ( _
    sender As Object, _
    e As RateChangedRoutedEventArgs _
)
public delegate void RateChangedRoutedEventHandler(
    Object sender,
    RateChangedRoutedEventArgs e
)

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference