ResizeEventArgs
Class
Provides data for the PreviewResize event.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class ResizeEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsResizeEventArgs
Constructors
Initializes a new instance of the ResizeEventArgs class.
C#
public ResizeEventArgs(RoutedEvent routedEvent, object source)
The routed event.
sourceobjectThe source.
Methods
When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.