GalleryItem Events
Represents an item within a gallery.| Name | Description |
|---|---|
| CommandCanExecuteChanged | Occurs when the CanExecute(Object) status of the Command has changed. |
| CommandChanged | Occurs after the value of the Command property has changed. |
| CommandParameterChanged | Occurs after the value of the CommandParameter property has changed. |
| ItemClick | Occurs each time an end-user clicks the GalleryItem. |
See Also