'DeclarationPublic Event Scroll As ThumbnailEx.ScrollEventHandler
public event ThumbnailEx.ScrollEventHandler Scroll
public event Scroll: ThumbnailEx.ScrollEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event ThumbnailEx.ScrollEventHandler* Scroll
public: event ThumbnailEx.ScrollEventHandler^ Scroll
Event Data
The event handler receives an argument of type ThumbnailEx.ScrollEventArgs containing data related to this event. The following ThumbnailEx.ScrollEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Handled | (Inherited from System.Windows.RoutedEventArgs) |
| Max | |
| OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
| Page | |
| Pos | |
| RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
| Source | (Inherited from System.Windows.RoutedEventArgs) |
See Also
