ResizerBase
Class
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:
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)
The data for the event.
Called before the event occurs.
C#
protected override void OnLostFocus(RoutedEventArgs e)
The data for the event.
Called before the event occurs.
C#
protected override void OnMouseEnter(MouseEventArgs e)
The data for the event.
Called before the event occurs.
C#
protected override void OnMouseLeave(MouseEventArgs e)
The data for the event.