Class ResizerBase
This control contains the base event handling and state updates for a resize control.
Inheritance
Namespace: Telerik.Windows.Controls.Internal
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ResizerBase : Control
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnGotFocus(RoutedEventArgs)
Called before the System.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
System. The data for the event. |
OnLostFocus(RoutedEventArgs)
Called before the System.
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
System. The data for the event. |
OnMouseEnter(MouseEventArgs)
Called before the System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The data for the event. |
OnMouseLeave(MouseEventArgs)
Called before the System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The data for the event. |