DevPictureBoxScroll Event
Occurs when the user or code scrolls through the client area of the control.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public event ScrollEventHandler Scroll
Public Event Scroll As ScrollEventHandler
Dim instance As DevPictureBox
Dim handler As ScrollEventHandler
AddHandler instance.Scroll, handler
public:
event ScrollEventHandler^ Scroll {
void add (ScrollEventHandler^ value);
void remove (ScrollEventHandler^ value);
}
member Scroll : IEvent<ScrollEventHandler,
ScrollEventArgs>
No code example is currently available or this language may not be supported.
Value
ScrollEventHandler