C# Class WinRTXamlToolkit.Controls.Extensions.CursorDisplayHandler

Handles the Cursor attached behavior defined by the attached property of the FrameworkElementExtensions class.
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Private Properties

Property Type Description
OnControlUnloaded void
OnPointerEntered void
OnPointerExited void
UpdateCursor void

Public Methods

Method Description
Attach ( FrameworkElement frameworkElement ) : void

Attaches to the specified framework element.

Detach ( ) : void

Detaches this instance.

Private Methods

Method Description
OnControlUnloaded ( object sender, RoutedEventArgs e ) : void
OnPointerEntered ( object sender, Windows e ) : void
OnPointerExited ( object sender, Windows e ) : void
UpdateCursor ( ) : void

Method Details

Attach() public method

Attaches to the specified framework element.
public Attach ( FrameworkElement frameworkElement ) : void
frameworkElement Windows.UI.Xaml.FrameworkElement The frameworkElement.
return void

Detach() public method

Detaches this instance.
public Detach ( ) : void
return void