Telerik.Windows

Contains utility methods for registering dependency properties with extended metadata.

This class is used to propagate inheritance context to non-visual class instances that might be part of the WPF control element tree. Note that while it relies on the special notion that Freezable classes have for "inheritance context", you should not rely on any other characteristics that Freezable objects usually have (cloning, freezing, etc.). Actually this object will explicitly prevent the framework from freezing its instances and it will generally behave as any other non-Freezable object.

Represents event data for routed events in the Rad framework, inheriting from the RoutedEventArgs class. This class provides information about the routed event, such as the event identifier, the source of the event, and its handling status. It allows customization of the event source and supports invoking event handlers through the provided methods. Specifically, it provides constructors to initialize event arguments with or without the routed event identifier and source, along with properties for accessing and managing event state during routing.

Represents the delegate for handlers that receive routed events.

Provides data about a change in value to a dependency property as reported by particular routed events, including the previous and current value of the property that changed.

Not finding the help you need?
Contact Support