New to Telerik UI for WPFStart a free 30-day trial

This control contains the base event handling and state updates for a resize control.

Definition

Namespace:Telerik.Windows.Controls.Internal

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class ResizerBase : Control

Inheritance: objectResizerBase

Derived Classes: ResizeControl

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()

Called before the event occurs.

C#
protected override void OnGotFocus(RoutedEventArgs e)
Parameters:eRoutedEventArgs

The data for the event.

Called before the event occurs.

C#
protected override void OnLostFocus(RoutedEventArgs e)
Parameters:eRoutedEventArgs

The data for the event.

Called before the event occurs.

C#
protected override void OnMouseEnter(MouseEventArgs e)
Parameters:eMouseEventArgs

The data for the event.

Called before the event occurs.

C#
protected override void OnMouseLeave(MouseEventArgs e)
Parameters:eMouseEventArgs

The data for the event.