New to Telerik UI for WPF? Download free 30-day trial

Events

This topic covers the specific events exposed by the RadDesktopAlert control.

RadDesktopAlert control raises the following specific events:

  • Click - occurs when RadDesktopAlert gets clicked.

  • Closed - occurs each time RadDesktopAlert gets closed.

    Both events receive two arguments:

    • The sender argument contains alert instance. This argument is of type object, but can be cast to RadDesktopAlert type.

    • A RadRoutedEventArgs object.

See Also

In this article