Property | Type | Description | |
---|---|---|---|
ClickEvent | System.Windows.RoutedEvent | ||
CommandParameterProperty | |||
CommandProperty | |||
CommandTargetProperty | |||
GroupProperty | |||
IsPressedProperty |
Property | Type | Description | |
---|---|---|---|
GalleryItem | System | ||
OnCoerceStyle | object | ||
OnCommandCanExecuteChanged | void | ||
OnCommandChanged | void | ||
OnIsSelectedPropertyChanged | void | ||
RaiseClick | void | ||
UpdateCanExecute | void |
Method | Description | |
---|---|---|
OnKeyTipBack ( ) : void |
Handles back navigation with KeyTips
|
|
OnKeyTipPressed ( ) : void |
Handles key tip pressed
|
Method | Description | |
---|---|---|
CanExecuteCommand ( ) : bool |
Determines whether the Command can be executed
|
|
ExecuteCommand ( ) : void |
Execute command
|
|
OnClick ( object sender, |
Handles click event
|
|
OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void |
Invoked when an unhandled E:System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Provides class handling for the System.Windows.UIElement.MouseLeftButtonDown routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control.
|
|
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Provides class handling for the System.Windows.UIElement.MouseLeftButtonUp routed event that occurs when the left mouse button is released while the mouse pointer is over this control.
|
Method | Description | |
---|---|---|
GalleryItem ( ) : System | ||
OnCoerceStyle ( |
||
OnCommandCanExecuteChanged ( object sender, |
Handles Command CanExecute changed
|
|
OnCommandChanged ( |
Handles Command changed
|
|
OnIsSelectedPropertyChanged ( |
||
RaiseClick ( ) : void | ||
UpdateCanExecute ( ) : void |
protected OnClick ( object sender, |
||
sender | object | Sender |
e | The event data | |
return | void |
protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | The |
return | void |
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | The event data. |
return | void |
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | The event data. |
return | void |
public static RoutedEvent,System.Windows ClickEvent | ||
return | System.Windows.RoutedEvent |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
return |
public static DependencyProperty,System.Windows CommandProperty | ||
return |
public static DependencyProperty,System.Windows CommandTargetProperty | ||
return |
public static DependencyProperty,System.Windows GroupProperty | ||
return |