C# Class SpeakFriend.Utilities.Wpf.Image

Inheritance: System.Windows.Controls.Image
Mostrar archivo Open project: teamaton/speak-lib

Public Properties

Property Type Description
ClickEvent System.Windows.RoutedEvent

Protected Methods

Method Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
Image ( ) : System

Method Details

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

ClickEvent public_oe static_oe property

public static RoutedEvent,System.Windows ClickEvent
return System.Windows.RoutedEvent